Shades of Inch Worm #B9D80A
Tints of Inch Worm #B9D80A
RGB
CMYK
RGB Variations
Color information
#B9D80A (or 0xB9D80A) is known color: Inch Worm. HEX triplet: B9, D8 and 0A. RGB value is (185,216,10). Sum of RGB (Red+Green+Blue) = 185+216+10=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D80A is #4627F5. Grayscale: #B8B8B8. Windows color (decimal): -4597750 or 710841. OLE color: 710841.
HSL color Cylindrical-coordinate representation of color #B9D80A: hue angle of 69.03º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9D80A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.15 |
| HSL | 69.03º | 0.91% | 0.44% | - |
| HSV(B) | 69.03º | 0.95% | 0.85% | - |
| XYZ | 44.62 | 59.45 | 9.41 | - |
| YUV | 183.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 10 | 0.14 | 0 | 0.95 | 0.15 | 69.03 | 0.91 | 0.44 |
| Hex | B9 | D8 | A | E | 0 | 5F | F | 45 | 5B | 2C |
| Octal | 271 | 330 | 12 | 16 | 0 | 137 | 17 | 105 | 133 | 54 |
| Binary | 10111001 | 11011000 | 1010 | 1110 | 0 | 1011111 | 1111 | 1000101 | 1011011 | 101100 |
Color Harmonies of #B9D80A
Complementary color
Monochromatic Colors of #B9D80A
Black with #B9D80A
Text Example
Text Example
White with #B9D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D80A; }
p { color: rgb(185,216,10); }
H1.HeaderClassName
{
color: #B9D80A;
}
.AnyTagClassName
{
color: #B9D80A;
}
</style>
background-color css
<style>
a { background-color: #B9D80A; }
a { background-color: rgb(185,216,10); }
div.DivClassName
{
background-color: #B9D80A;
}
.BgClassName
{
background-color: #B9D80A;
}
</style>
border-color css
<style>
span { border-color: #B9D80A; }
span { border-color: rgb(185,216,10); }
td.TdClassName
{
border-color: #B9D80A;
}
.TagClassName
{
border-color: #B9D80A;
}
</style>