Shades of Inch Worm #B9DC03
Tints of Inch Worm #B9DC03
RGB
CMYK
RGB Variations
Color information
#B9DC03 (or 0xB9DC03) is known color: Inch Worm. HEX triplet: B9, DC and 03. RGB value is (185,220,3). Sum of RGB (Red+Green+Blue) = 185+220+3=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DC03 is #4623FC. Grayscale: #B9B9B9. Windows color (decimal): -4596733 or 253113. OLE color: 253113.
HSL color Cylindrical-coordinate representation of color #B9DC03: hue angle of 69.68º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9DC03 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.14 |
| HSL | 69.68º | 0.97% | 0.44% | - |
| HSV(B) | 69.68º | 0.99% | 0.86% | - |
| XYZ | 45.62 | 61.51 | 9.55 | - |
| YUV | 184.8 | 25.4 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 3 | 0.16 | 0 | 0.99 | 0.14 | 69.68 | 0.97 | 0.44 |
| Hex | B9 | DC | 3 | 10 | 0 | 63 | E | 46 | 61 | 2C |
| Octal | 271 | 334 | 3 | 20 | 0 | 143 | 16 | 106 | 141 | 54 |
| Binary | 10111001 | 11011100 | 11 | 10000 | 0 | 1100011 | 1110 | 1000110 | 1100001 | 101100 |
Color Harmonies of #B9DC03
Complementary color
Monochromatic Colors of #B9DC03
Black with #B9DC03
Text Example
Text Example
White with #B9DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC03; }
p { color: rgb(185,220,3); }
H1.HeaderClassName
{
color: #B9DC03;
}
.AnyTagClassName
{
color: #B9DC03;
}
</style>
background-color css
<style>
a { background-color: #B9DC03; }
a { background-color: rgb(185,220,3); }
div.DivClassName
{
background-color: #B9DC03;
}
.BgClassName
{
background-color: #B9DC03;
}
</style>
border-color css
<style>
span { border-color: #B9DC03; }
span { border-color: rgb(185,220,3); }
td.TdClassName
{
border-color: #B9DC03;
}
.TagClassName
{
border-color: #B9DC03;
}
</style>