Shades of Earls Green #B7A51D
Tints of Earls Green #B7A51D
RGB
CMYK
RGB Variations
Color information
#B7A51D (or 0xB7A51D) is known color: Earls Green. HEX triplet: B7, A5 and 1D. RGB value is (183,165,29). Sum of RGB (Red+Green+Blue) = 183+165+29=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A51D is #485AE2. Grayscale: #9B9B9B. Windows color (decimal): -4741859 or 1942967. OLE color: 1942967.
HSL color Cylindrical-coordinate representation of color #B7A51D: hue angle of 52.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A51D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 29 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.28 |
| HSL | 52.99º | 0.73% | 0.42% | - |
| HSV(B) | 52.99º | 0.84% | 0.72% | - |
| XYZ | 33.21 | 37.07 | 6.57 | - |
| YUV | 154.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 29 | 0 | 0.10 | 0.84 | 0.28 | 52.99 | 0.73 | 0.42 |
| Hex | B7 | A5 | 1D | 0 | A | 54 | 1C | 35 | 49 | 2A |
| Octal | 267 | 245 | 35 | 0 | 12 | 124 | 34 | 65 | 111 | 52 |
| Binary | 10110111 | 10100101 | 11101 | 0 | 1010 | 1010100 | 11100 | 110101 | 1001001 | 101010 |
Color Harmonies of #B7A51D
Complementary color
Monochromatic Colors of #B7A51D
Black with #B7A51D
Text Example
Text Example
White with #B7A51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A51D; }
p { color: rgb(183,165,29); }
H1.HeaderClassName
{
color: #B7A51D;
}
.AnyTagClassName
{
color: #B7A51D;
}
</style>
background-color css
<style>
a { background-color: #B7A51D; }
a { background-color: rgb(183,165,29); }
div.DivClassName
{
background-color: #B7A51D;
}
.BgClassName
{
background-color: #B7A51D;
}
</style>
border-color css
<style>
span { border-color: #B7A51D; }
span { border-color: rgb(183,165,29); }
td.TdClassName
{
border-color: #B7A51D;
}
.TagClassName
{
border-color: #B7A51D;
}
</style>