#B0DD1C

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

Shades of Inch Worm #B0DD1C

Tints of Inch Worm #B0DD1C

Color information

#B0DD1C (or 0xB0DD1C) is unknown color: approx Inch Worm. HEX triplet: B0, DD and 1C. RGB value is (176,221,28). Sum of RGB (Red+Green+Blue) = 176+221+28=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DD1C is #4F22E3. Grayscale: #BABABA. Windows color (decimal): -5186276 or 1891760. OLE color: 1891760.

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

Color convert

RGB17622128-
CMYK0.2000.870.13
HSL73.99º77.51%48.82%-
HSV(B)73.99º87.33%86.67%-
XYZ43.9761.0310.56-
YUV185.5439.09121.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 28 (11.33% from 255) = 6.59%
R=41.41%
G=52%
B=6.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221280.2000.870.1373.9977.5148.82
HexB0DD1C14057D4a4e31
Octal260335342401271511211661
Binary1011000011011101111001010001010111110110010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD1C; }

 p { color: rgb(176,221,28); }

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

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

 a { background-color: rgb(176,221,28); }

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

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

 span { border-color: rgb(176,221,28); }

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