#b9da1c

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

Shades of Inch Worm #B9DA1C

Tints of Inch Worm #B9DA1C

Color information

#B9DA1C (or 0xB9DA1C) is unknown color: approx Inch Worm. HEX triplet: B9, DA and 1C. RGB value is (185,218,28). Sum of RGB (Red+Green+Blue) = 185+218+28=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA1C is #4625E3. Grayscale: #BBBBBB. Windows color (decimal): -4597220 or 1891001. OLE color: 1891001.

HSL color Cylindrical-coordinate representation of color #B9DA1C: hue angle of 70.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9DA1C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB18521828-
CMYK0.1500.870.15
HSL70.42º77.24%48.24%-
HSV(B)70.42º87.16%85.49%-
XYZ45.2960.5410.4-
YUV186.4738.57126.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 28 (11.33% from 255) = 6.50%
R=42.92%
G=50.58%
B=6.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185218280.1500.870.1570.4277.2448.24
HexB9DA1CF057F464d30
Octal271332341701271710611560
Binary101110011101101011100111101010111111110001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9da1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9da1c; }

 p { color: rgb(185,218,28); }

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

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

 a { background-color: rgb(185,218,28); }

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

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

 span { border-color: rgb(185,218,28); }

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