#B9DD00

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

Shades of Inch Worm #B9DD00

Tints of Inch Worm #B9DD00

Color information

#B9DD00 (or 0xB9DD00) is unknown color: approx Inch Worm. HEX triplet: B9, DD and 00. RGB value is (185,221,0). Sum of RGB (Red+Green+Blue) = 185+221+0=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DD00 is #4622FF. Grayscale: #B9B9B9. Windows color (decimal): -4596480 or 56761. OLE color: 56761.

HSL color Cylindrical-coordinate representation of color #B9DD00: hue angle of 69.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9DD00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB1852210-
CMYK0.16010.13
HSL69.77º100%43.33%-
HSV(B)69.77º100%86.67%-
XYZ45.8662.039.56-
YUV185.0423.57127.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 221 (86.72% from 255) = 54.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.57%
G=54.43%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18522100.16010.1369.7710043.33
HexB9DD010064D46642b
Octal27133502001441510614453
Binary101110011101110101000001100100110110001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD00; }

 p { color: rgb(185,221,0); }

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

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

 a { background-color: rgb(185,221,0); }

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

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

 span { border-color: rgb(185,221,0); }

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