Shades of Inch Worm #B2DB0A
Tints of Inch Worm #B2DB0A
RGB
CMYK
RGB Variations
Color information
#B2DB0A (or 0xB2DB0A) is known color: Inch Worm. HEX triplet: B2, DB and 0A. RGB value is (178,219,10). Sum of RGB (Red+Green+Blue) = 178+219+10=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DB0A is #4D24F5. Grayscale: #B7B7B7. Windows color (decimal): -5055734 or 711602. OLE color: 711602.
HSL color Cylindrical-coordinate representation of color #B2DB0A: hue angle of 71.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2DB0A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 10 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.14 |
| HSL | 71.77º | 0.91% | 0.45% | - |
| HSV(B) | 71.77º | 0.95% | 0.86% | - |
| XYZ | 43.75 | 60.15 | 9.59 | - |
| YUV | 182.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 10 | 0.19 | 0 | 0.95 | 0.14 | 71.77 | 0.91 | 0.45 |
| Hex | B2 | DB | A | 13 | 0 | 5F | E | 48 | 5B | 2D |
| Octal | 262 | 333 | 12 | 23 | 0 | 137 | 16 | 110 | 133 | 55 |
| Binary | 10110010 | 11011011 | 1010 | 10011 | 0 | 1011111 | 1110 | 1001000 | 1011011 | 101101 |
Color Harmonies of #B2DB0A
Complementary color
Monochromatic Colors of #B2DB0A
Black with #B2DB0A
Text Example
Text Example
White with #B2DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB0A; }
p { color: rgb(178,219,10); }
H1.HeaderClassName
{
color: #B2DB0A;
}
.AnyTagClassName
{
color: #B2DB0A;
}
</style>
background-color css
<style>
a { background-color: #B2DB0A; }
a { background-color: rgb(178,219,10); }
div.DivClassName
{
background-color: #B2DB0A;
}
.BgClassName
{
background-color: #B2DB0A;
}
</style>
border-color css
<style>
span { border-color: #B2DB0A; }
span { border-color: rgb(178,219,10); }
td.TdClassName
{
border-color: #B2DB0A;
}
.TagClassName
{
border-color: #B2DB0A;
}
</style>