Shades of Inch Worm #B4D60C
Tints of Inch Worm #B4D60C
RGB
CMYK
RGB Variations
Color information
#B4D60C (or 0xB4D60C) is known color: Inch Worm. HEX triplet: B4, D6 and 0C. RGB value is (180,214,12). Sum of RGB (Red+Green+Blue) = 180+214+12=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D60C is #4B29F3. Grayscale: #B5B5B5. Windows color (decimal): -4925940 or 841396. OLE color: 841396.
HSL color Cylindrical-coordinate representation of color #B4D60C: hue angle of 70.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4D60C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.16 |
| HSL | 70.1º | 0.89% | 0.44% | - |
| HSV(B) | 70.1º | 0.94% | 0.84% | - |
| XYZ | 42.94 | 57.82 | 9.25 | - |
| YUV | 180.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 12 | 0.16 | 0 | 0.94 | 0.16 | 70.1 | 0.89 | 0.44 |
| Hex | B4 | D6 | C | 10 | 0 | 5E | 10 | 46 | 59 | 2C |
| Octal | 264 | 326 | 14 | 20 | 0 | 136 | 20 | 106 | 131 | 54 |
| Binary | 10110100 | 11010110 | 1100 | 10000 | 0 | 1011110 | 10000 | 1000110 | 1011001 | 101100 |
Color Harmonies of #B4D60C
Complementary color
Monochromatic Colors of #B4D60C
Black with #B4D60C
Text Example
Text Example
White with #B4D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D60C; }
p { color: rgb(180,214,12); }
H1.HeaderClassName
{
color: #B4D60C;
}
.AnyTagClassName
{
color: #B4D60C;
}
</style>
background-color css
<style>
a { background-color: #B4D60C; }
a { background-color: rgb(180,214,12); }
div.DivClassName
{
background-color: #B4D60C;
}
.BgClassName
{
background-color: #B4D60C;
}
</style>
border-color css
<style>
span { border-color: #B4D60C; }
span { border-color: rgb(180,214,12); }
td.TdClassName
{
border-color: #B4D60C;
}
.TagClassName
{
border-color: #B4D60C;
}
</style>