Shades of Earls Green #B6A529
Tints of Earls Green #B6A529
RGB
CMYK
RGB Variations
Color information
#B6A529 (or 0xB6A529) is known color: Earls Green. HEX triplet: B6, A5 and 29. RGB value is (182,165,41). Sum of RGB (Red+Green+Blue) = 182+165+41=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A529 is #495AD6. Grayscale: #9C9C9C. Windows color (decimal): -4807383 or 2729398. OLE color: 2729398.
HSL color Cylindrical-coordinate representation of color #B6A529: hue angle of 52.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6A529 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 41 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.29 |
| HSL | 52.77º | 0.63% | 0.44% | - |
| HSV(B) | 52.77º | 0.77% | 0.71% | - |
| XYZ | 33.15 | 37.02 | 7.5 | - |
| YUV | 155.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 41 | 0 | 0.09 | 0.77 | 0.29 | 52.77 | 0.63 | 0.44 |
| Hex | B6 | A5 | 29 | 0 | 9 | 4D | 1D | 35 | 3F | 2C |
| Octal | 266 | 245 | 51 | 0 | 11 | 115 | 35 | 65 | 77 | 54 |
| Binary | 10110110 | 10100101 | 101001 | 0 | 1001 | 1001101 | 11101 | 110101 | 111111 | 101100 |
Color Harmonies of #B6A529
Complementary color
Monochromatic Colors of #B6A529
Black with #B6A529
Text Example
Text Example
White with #B6A529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A529; }
p { color: rgb(182,165,41); }
H1.HeaderClassName
{
color: #B6A529;
}
.AnyTagClassName
{
color: #B6A529;
}
</style>
background-color css
<style>
a { background-color: #B6A529; }
a { background-color: rgb(182,165,41); }
div.DivClassName
{
background-color: #B6A529;
}
.BgClassName
{
background-color: #B6A529;
}
</style>
border-color css
<style>
span { border-color: #B6A529; }
span { border-color: rgb(182,165,41); }
td.TdClassName
{
border-color: #B6A529;
}
.TagClassName
{
border-color: #B6A529;
}
</style>