Shades of Inch Worm #B4D902
Tints of Inch Worm #B4D902
RGB
CMYK
RGB Variations
Color information
#B4D902 (or 0xB4D902) is known color: Inch Worm. HEX triplet: B4, D9 and 02. RGB value is (180,217,2). Sum of RGB (Red+Green+Blue) = 180+217+2=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D902 is #4B26FD. Grayscale: #B6B6B6. Windows color (decimal): -4925182 or 186804. OLE color: 186804.
HSL color Cylindrical-coordinate representation of color #B4D902: hue angle of 70.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4D902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.15 |
| HSL | 70.33º | 0.98% | 0.43% | - |
| HSV(B) | 70.33º | 0.99% | 0.85% | - |
| XYZ | 43.65 | 59.33 | 9.21 | - |
| YUV | 181.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 2 | 0.17 | 0 | 0.99 | 0.15 | 70.33 | 0.98 | 0.43 |
| Hex | B4 | D9 | 2 | 11 | 0 | 63 | F | 46 | 62 | 2B |
| Octal | 264 | 331 | 2 | 21 | 0 | 143 | 17 | 106 | 142 | 53 |
| Binary | 10110100 | 11011001 | 10 | 10001 | 0 | 1100011 | 1111 | 1000110 | 1100010 | 101011 |
Color Harmonies of #B4D902
Complementary color
Monochromatic Colors of #B4D902
Black with #B4D902
Text Example
Text Example
White with #B4D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D902; }
p { color: rgb(180,217,2); }
H1.HeaderClassName
{
color: #B4D902;
}
.AnyTagClassName
{
color: #B4D902;
}
</style>
background-color css
<style>
a { background-color: #B4D902; }
a { background-color: rgb(180,217,2); }
div.DivClassName
{
background-color: #B4D902;
}
.BgClassName
{
background-color: #B4D902;
}
</style>
border-color css
<style>
span { border-color: #B4D902; }
span { border-color: rgb(180,217,2); }
td.TdClassName
{
border-color: #B4D902;
}
.TagClassName
{
border-color: #B4D902;
}
</style>