Shades of Earls Green #B4A817
Tints of Earls Green #B4A817
RGB
CMYK
RGB Variations
Color information
#B4A817 (or 0xB4A817) is known color: Earls Green. HEX triplet: B4, A8 and 17. RGB value is (180,168,23). Sum of RGB (Red+Green+Blue) = 180+168+23=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A817 is #4B57E8. Grayscale: #9B9B9B. Windows color (decimal): -4937705 or 1550516. OLE color: 1550516.
HSL color Cylindrical-coordinate representation of color #B4A817: hue angle of 55.41º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4A817 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 23 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.29 |
| HSL | 55.41º | 0.77% | 0.4% | - |
| HSV(B) | 55.41º | 0.87% | 0.71% | - |
| XYZ | 32.98 | 37.77 | 6.36 | - |
| YUV | 155.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 23 | 0 | 0.07 | 0.87 | 0.29 | 55.41 | 0.77 | 0.4 |
| Hex | B4 | A8 | 17 | 0 | 7 | 57 | 1D | 37 | 4D | 28 |
| Octal | 264 | 250 | 27 | 0 | 7 | 127 | 35 | 67 | 115 | 50 |
| Binary | 10110100 | 10101000 | 10111 | 0 | 111 | 1010111 | 11101 | 110111 | 1001101 | 101000 |
Color Harmonies of #B4A817
Complementary color
Monochromatic Colors of #B4A817
Black with #B4A817
Text Example
Text Example
White with #B4A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A817; }
p { color: rgb(180,168,23); }
H1.HeaderClassName
{
color: #B4A817;
}
.AnyTagClassName
{
color: #B4A817;
}
</style>
background-color css
<style>
a { background-color: #B4A817; }
a { background-color: rgb(180,168,23); }
div.DivClassName
{
background-color: #B4A817;
}
.BgClassName
{
background-color: #B4A817;
}
</style>
border-color css
<style>
span { border-color: #B4A817; }
span { border-color: rgb(180,168,23); }
td.TdClassName
{
border-color: #B4A817;
}
.TagClassName
{
border-color: #B4A817;
}
</style>