Shades of Inch Worm #B9DC0C
Tints of Inch Worm #B9DC0C
RGB
CMYK
RGB Variations
Color information
#B9DC0C (or 0xB9DC0C) is known color: Inch Worm. HEX triplet: B9, DC and 0C. RGB value is (185,220,12). Sum of RGB (Red+Green+Blue) = 185+220+12=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DC0C is #4623F3. Grayscale: #BABABA. Windows color (decimal): -4596724 or 842937. OLE color: 842937.
HSL color Cylindrical-coordinate representation of color #B9DC0C: hue angle of 70.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9DC0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.14 |
| HSL | 70.1º | 0.9% | 0.45% | - |
| HSV(B) | 70.1º | 0.95% | 0.86% | - |
| XYZ | 45.67 | 61.53 | 9.82 | - |
| YUV | 185.82 | 29.9 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 12 | 0.16 | 0 | 0.95 | 0.14 | 70.1 | 0.9 | 0.45 |
| Hex | B9 | DC | C | 10 | 0 | 5F | E | 46 | 5A | 2D |
| Octal | 271 | 334 | 14 | 20 | 0 | 137 | 16 | 106 | 132 | 55 |
| Binary | 10111001 | 11011100 | 1100 | 10000 | 0 | 1011111 | 1110 | 1000110 | 1011010 | 101101 |
Color Harmonies of #B9DC0C
Complementary color
Monochromatic Colors of #B9DC0C
Black with #B9DC0C
Text Example
Text Example
White with #B9DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC0C; }
p { color: rgb(185,220,12); }
H1.HeaderClassName
{
color: #B9DC0C;
}
.AnyTagClassName
{
color: #B9DC0C;
}
</style>
background-color css
<style>
a { background-color: #B9DC0C; }
a { background-color: rgb(185,220,12); }
div.DivClassName
{
background-color: #B9DC0C;
}
.BgClassName
{
background-color: #B9DC0C;
}
</style>
border-color css
<style>
span { border-color: #B9DC0C; }
span { border-color: rgb(185,220,12); }
td.TdClassName
{
border-color: #B9DC0C;
}
.TagClassName
{
border-color: #B9DC0C;
}
</style>