Shades of Inch Worm #B4D60A
Tints of Inch Worm #B4D60A
RGB
CMYK
RGB Variations
Color information
#B4D60A (or 0xB4D60A) is known color: Inch Worm. HEX triplet: B4, D6 and 0A. RGB value is (180,214,10). Sum of RGB (Red+Green+Blue) = 180+214+10=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D60A is #4B29F5. Grayscale: #B5B5B5. Windows color (decimal): -4925942 or 710324. OLE color: 710324.
HSL color Cylindrical-coordinate representation of color #B4D60A: hue angle of 70º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4D60A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.16 |
| HSL | 70º | 0.91% | 0.44% | - |
| HSV(B) | 70º | 0.95% | 0.84% | - |
| XYZ | 42.92 | 57.82 | 9.18 | - |
| YUV | 180.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 10 | 0.16 | 0 | 0.95 | 0.16 | 70 | 0.91 | 0.44 |
| Hex | B4 | D6 | A | 10 | 0 | 5F | 10 | 46 | 5B | 2C |
| Octal | 264 | 326 | 12 | 20 | 0 | 137 | 20 | 106 | 133 | 54 |
| Binary | 10110100 | 11010110 | 1010 | 10000 | 0 | 1011111 | 10000 | 1000110 | 1011011 | 101100 |
Color Harmonies of #B4D60A
Complementary color
Monochromatic Colors of #B4D60A
Black with #B4D60A
Text Example
Text Example
White with #B4D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D60A; }
p { color: rgb(180,214,10); }
H1.HeaderClassName
{
color: #B4D60A;
}
.AnyTagClassName
{
color: #B4D60A;
}
</style>
background-color css
<style>
a { background-color: #B4D60A; }
a { background-color: rgb(180,214,10); }
div.DivClassName
{
background-color: #B4D60A;
}
.BgClassName
{
background-color: #B4D60A;
}
</style>
border-color css
<style>
span { border-color: #B4D60A; }
span { border-color: rgb(180,214,10); }
td.TdClassName
{
border-color: #B4D60A;
}
.TagClassName
{
border-color: #B4D60A;
}
</style>