Shades of Inch Worm #B4D921
Tints of Inch Worm #B4D921
RGB
CMYK
RGB Variations
Color information
#B4D921 (or 0xB4D921) is known color: Inch Worm. HEX triplet: B4, D9 and 21. RGB value is (180,217,33). Sum of RGB (Red+Green+Blue) = 180+217+33=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D921 is #4B26DE. Grayscale: #B9B9B9. Windows color (decimal): -4925151 or 2218420. OLE color: 2218420.
HSL color Cylindrical-coordinate representation of color #B4D921: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4D921 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 33 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.15 |
| HSL | 72.07º | 0.74% | 0.49% | - |
| HSV(B) | 72.07º | 0.85% | 0.85% | - |
| XYZ | 43.91 | 59.44 | 10.6 | - |
| YUV | 184.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 33 | 0.17 | 0 | 0.85 | 0.15 | 72.07 | 0.74 | 0.49 |
| Hex | B4 | D9 | 21 | 11 | 0 | 55 | F | 48 | 4A | 31 |
| Octal | 264 | 331 | 41 | 21 | 0 | 125 | 17 | 110 | 112 | 61 |
| Binary | 10110100 | 11011001 | 100001 | 10001 | 0 | 1010101 | 1111 | 1001000 | 1001010 | 110001 |
Color Harmonies of #B4D921
Complementary color
Monochromatic Colors of #B4D921
Black with #B4D921
Text Example
Text Example
White with #B4D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D921; }
p { color: rgb(180,217,33); }
H1.HeaderClassName
{
color: #B4D921;
}
.AnyTagClassName
{
color: #B4D921;
}
</style>
background-color css
<style>
a { background-color: #B4D921; }
a { background-color: rgb(180,217,33); }
div.DivClassName
{
background-color: #B4D921;
}
.BgClassName
{
background-color: #B4D921;
}
</style>
border-color css
<style>
span { border-color: #B4D921; }
span { border-color: rgb(180,217,33); }
td.TdClassName
{
border-color: #B4D921;
}
.TagClassName
{
border-color: #B4D921;
}
</style>