#B5C03E

Color #B5C03E Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B5C03E

Tints of Celery #B5C03E

Color information

#B5C03E (or 0xB5C03E) is unknown color: approx Celery. HEX triplet: B5, C0 and 3E. RGB value is (181,192,62). Sum of RGB (Red+Green+Blue) = 181+192+62=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C03E is #4A3FC1. Grayscale: #AEAEAE. Windows color (decimal): -4865986 or 4112565. OLE color: 4112565.

HSL color Cylindrical-coordinate representation of color #B5C03E: hue angle of 65.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5C03E is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB18119262-
CMYK0.0600.680.25
HSL65.08º51.18%49.8%-
HSV(B)65.08º67.71%75.29%-
XYZ38.7847.8711.75-
YUV173.8964.86133.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 192 (75.39% from 255) = 44.14%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=41.61%
G=44.14%
B=14.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181192620.0600.680.2565.0851.1849.8
HexB5C03E604419413332
Octal2653007660104311016362
Binary101101011100000011111011001000100110011000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C03E; }

 p { color: rgb(181,192,62); }

 H1.HeaderClassName
 {
   color: #B5C03E;
 }
 .AnyTagClassName
 {
   color: #B5C03E;
 }
</style>
background-color css

<style>
 a { background-color: #B5C03E; }

 a { background-color: rgb(181,192,62); }

 div.DivClassName
 {
   background-color: #B5C03E;
 }
 .BgClassName
 {
   background-color: #B5C03E;
 }
</style>
border-color css

<style>
 span { border-color: #B5C03E; }

 span { border-color: rgb(181,192,62); }

 td.TdClassName
 {
   border-color: #B5C03E;
 }
 .TagClassName
 {
   border-color: #B5C03E;
 }
</style>