Shades of Earls Green #B6A124
Tints of Earls Green #B6A124
RGB
CMYK
RGB Variations
Color information
#B6A124 (or 0xB6A124) is known color: Earls Green. HEX triplet: B6, A1 and 24. RGB value is (182,161,36). Sum of RGB (Red+Green+Blue) = 182+161+36=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A124 is #495EDB. Grayscale: #999999. Windows color (decimal): -4808412 or 2400694. OLE color: 2400694.
HSL color Cylindrical-coordinate representation of color #B6A124: hue angle of 51.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6A124 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 36 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.29 |
| HSL | 51.37º | 0.67% | 0.43% | - |
| HSV(B) | 51.37º | 0.8% | 0.71% | - |
| XYZ | 32.35 | 35.56 | 6.83 | - |
| YUV | 153.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 36 | 0 | 0.12 | 0.80 | 0.29 | 51.37 | 0.67 | 0.43 |
| Hex | B6 | A1 | 24 | 0 | C | 50 | 1D | 33 | 43 | 2B |
| Octal | 266 | 241 | 44 | 0 | 14 | 120 | 35 | 63 | 103 | 53 |
| Binary | 10110110 | 10100001 | 100100 | 0 | 1100 | 1010000 | 11101 | 110011 | 1000011 | 101011 |
Color Harmonies of #B6A124
Complementary color
Monochromatic Colors of #B6A124
Black with #B6A124
Text Example
Text Example
White with #B6A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A124; }
p { color: rgb(182,161,36); }
H1.HeaderClassName
{
color: #B6A124;
}
.AnyTagClassName
{
color: #B6A124;
}
</style>
background-color css
<style>
a { background-color: #B6A124; }
a { background-color: rgb(182,161,36); }
div.DivClassName
{
background-color: #B6A124;
}
.BgClassName
{
background-color: #B6A124;
}
</style>
border-color css
<style>
span { border-color: #B6A124; }
span { border-color: rgb(182,161,36); }
td.TdClassName
{
border-color: #B6A124;
}
.TagClassName
{
border-color: #B6A124;
}
</style>