Shades of Inch Worm #B0DB23
Tints of Inch Worm #B0DB23
RGB
CMYK
RGB Variations
Color information
#B0DB23 (or 0xB0DB23) is known color: Inch Worm. HEX triplet: B0, DB and 23. RGB value is (176,219,35). Sum of RGB (Red+Green+Blue) = 176+219+35=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB23 is #4F24DC. Grayscale: #B9B9B9. Windows color (decimal): -5186781 or 2350000. OLE color: 2350000.
HSL color Cylindrical-coordinate representation of color #B0DB23: hue angle of 74.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0DB23 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 35 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.14 |
| HSL | 74.02º | 0.72% | 0.5% | - |
| HSV(B) | 74.02º | 0.84% | 0.86% | - |
| XYZ | 43.54 | 60.01 | 10.88 | - |
| YUV | 185.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 35 | 0.20 | 0 | 0.84 | 0.14 | 74.02 | 0.72 | 0.5 |
| Hex | B0 | DB | 23 | 14 | 0 | 54 | E | 4A | 48 | 32 |
| Octal | 260 | 333 | 43 | 24 | 0 | 124 | 16 | 112 | 110 | 62 |
| Binary | 10110000 | 11011011 | 100011 | 10100 | 0 | 1010100 | 1110 | 1001010 | 1001000 | 110010 |
Color Harmonies of #B0DB23
Complementary color
Monochromatic Colors of #B0DB23
Black with #B0DB23
Text Example
Text Example
White with #B0DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB23; }
p { color: rgb(176,219,35); }
H1.HeaderClassName
{
color: #B0DB23;
}
.AnyTagClassName
{
color: #B0DB23;
}
</style>
background-color css
<style>
a { background-color: #B0DB23; }
a { background-color: rgb(176,219,35); }
div.DivClassName
{
background-color: #B0DB23;
}
.BgClassName
{
background-color: #B0DB23;
}
</style>
border-color css
<style>
span { border-color: #B0DB23; }
span { border-color: rgb(176,219,35); }
td.TdClassName
{
border-color: #B0DB23;
}
.TagClassName
{
border-color: #B0DB23;
}
</style>