Shades of Inch Worm #B9DF19
Tints of Inch Worm #B9DF19
RGB
CMYK
RGB Variations
Color information
#B9DF19 (or 0xB9DF19) is known color: Inch Worm. HEX triplet: B9, DF and 19. RGB value is (185,223,25). Sum of RGB (Red+Green+Blue) = 185+223+25=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF19 is #4620E6. Grayscale: #BDBDBD. Windows color (decimal): -4595943 or 1695673. OLE color: 1695673.
HSL color Cylindrical-coordinate representation of color #B9DF19: hue angle of 71.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9DF19 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 25 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.13 |
| HSL | 71.52º | 0.8% | 0.49% | - |
| HSV(B) | 71.52º | 0.89% | 0.87% | - |
| XYZ | 46.57 | 63.16 | 10.66 | - |
| YUV | 189.07 | 35.41 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 25 | 0.17 | 0 | 0.89 | 0.13 | 71.52 | 0.8 | 0.49 |
| Hex | B9 | DF | 19 | 11 | 0 | 59 | D | 48 | 50 | 31 |
| Octal | 271 | 337 | 31 | 21 | 0 | 131 | 15 | 110 | 120 | 61 |
| Binary | 10111001 | 11011111 | 11001 | 10001 | 0 | 1011001 | 1101 | 1001000 | 1010000 | 110001 |
Color Harmonies of #B9DF19
Complementary color
Monochromatic Colors of #B9DF19
Black with #B9DF19
Text Example
Text Example
White with #B9DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF19; }
p { color: rgb(185,223,25); }
H1.HeaderClassName
{
color: #B9DF19;
}
.AnyTagClassName
{
color: #B9DF19;
}
</style>
background-color css
<style>
a { background-color: #B9DF19; }
a { background-color: rgb(185,223,25); }
div.DivClassName
{
background-color: #B9DF19;
}
.BgClassName
{
background-color: #B9DF19;
}
</style>
border-color css
<style>
span { border-color: #B9DF19; }
span { border-color: rgb(185,223,25); }
td.TdClassName
{
border-color: #B9DF19;
}
.TagClassName
{
border-color: #B9DF19;
}
</style>