#B9DE02

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

Shades of Inch Worm #B9DE02

Tints of Inch Worm #B9DE02

Color information

#B9DE02 (or 0xB9DE02) is unknown color: approx Inch Worm. HEX triplet: B9, DE and 02. RGB value is (185,222,2). Sum of RGB (Red+Green+Blue) = 185+222+2=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DE02 is #4621FD. Grayscale: #BABABA. Windows color (decimal): -4596222 or 188089. OLE color: 188089.

HSL color Cylindrical-coordinate representation of color #B9DE02: hue angle of 70.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9DE02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB1852222-
CMYK0.1700.990.13
HSL70.09º98.21%43.92%-
HSV(B)70.09º99.1%87.06%-
XYZ46.1462.569.7-
YUV185.8624.24127.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 222 (87.11% from 255) = 54.28%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=45.23%
G=54.28%
B=0.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18522220.1700.990.1370.0998.2143.92
HexB9DE211063D46622c
Octal27133622101431510614254
Binary1011100111011110101000101100011110110001101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE02; }

 p { color: rgb(185,222,2); }

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

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

 a { background-color: rgb(185,222,2); }

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

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

 span { border-color: rgb(185,222,2); }

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