Shades of Inch Worm #B9D715
Tints of Inch Worm #B9D715
RGB
CMYK
RGB Variations
Color information
#B9D715 (or 0xB9D715) is known color: Inch Worm. HEX triplet: B9, D7 and 15. RGB value is (185,215,21). Sum of RGB (Red+Green+Blue) = 185+215+21=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D715 is #4628EA. Grayscale: #B8B8B8. Windows color (decimal): -4597995 or 1431481. OLE color: 1431481.
HSL color Cylindrical-coordinate representation of color #B9D715: hue angle of 69.28º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D715 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.16 |
| HSL | 69.28º | 0.82% | 0.46% | - |
| HSV(B) | 69.28º | 0.9% | 0.84% | - |
| XYZ | 44.44 | 58.97 | 9.75 | - |
| YUV | 183.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 21 | 0.14 | 0 | 0.90 | 0.16 | 69.28 | 0.82 | 0.46 |
| Hex | B9 | D7 | 15 | E | 0 | 5A | 10 | 45 | 52 | 2E |
| Octal | 271 | 327 | 25 | 16 | 0 | 132 | 20 | 105 | 122 | 56 |
| Binary | 10111001 | 11010111 | 10101 | 1110 | 0 | 1011010 | 10000 | 1000101 | 1010010 | 101110 |
Color Harmonies of #B9D715
Complementary color
Monochromatic Colors of #B9D715
Black with #B9D715
Text Example
Text Example
White with #B9D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D715; }
p { color: rgb(185,215,21); }
H1.HeaderClassName
{
color: #B9D715;
}
.AnyTagClassName
{
color: #B9D715;
}
</style>
background-color css
<style>
a { background-color: #B9D715; }
a { background-color: rgb(185,215,21); }
div.DivClassName
{
background-color: #B9D715;
}
.BgClassName
{
background-color: #B9D715;
}
</style>
border-color css
<style>
span { border-color: #B9D715; }
span { border-color: rgb(185,215,21); }
td.TdClassName
{
border-color: #B9D715;
}
.TagClassName
{
border-color: #B9D715;
}
</style>