Shades of Earls Green #B7A323
Tints of Earls Green #B7A323
RGB
CMYK
RGB Variations
Color information
#B7A323 (or 0xB7A323) is known color: Earls Green. HEX triplet: B7, A3 and 23. RGB value is (183,163,35). Sum of RGB (Red+Green+Blue) = 183+163+35=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A323 is #485CDC. Grayscale: #9A9A9A. Windows color (decimal): -4742365 or 2335671. OLE color: 2335671.
HSL color Cylindrical-coordinate representation of color #B7A323: hue angle of 51.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7A323 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 35 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.28 |
| HSL | 51.89º | 0.68% | 0.43% | - |
| HSV(B) | 51.89º | 0.81% | 0.72% | - |
| XYZ | 32.93 | 36.38 | 6.88 | - |
| YUV | 154.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 35 | 0 | 0.11 | 0.81 | 0.28 | 51.89 | 0.68 | 0.43 |
| Hex | B7 | A3 | 23 | 0 | B | 51 | 1C | 34 | 44 | 2B |
| Octal | 267 | 243 | 43 | 0 | 13 | 121 | 34 | 64 | 104 | 53 |
| Binary | 10110111 | 10100011 | 100011 | 0 | 1011 | 1010001 | 11100 | 110100 | 1000100 | 101011 |
Color Harmonies of #B7A323
Complementary color
Monochromatic Colors of #B7A323
Black with #B7A323
Text Example
Text Example
White with #B7A323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A323; }
p { color: rgb(183,163,35); }
H1.HeaderClassName
{
color: #B7A323;
}
.AnyTagClassName
{
color: #B7A323;
}
</style>
background-color css
<style>
a { background-color: #B7A323; }
a { background-color: rgb(183,163,35); }
div.DivClassName
{
background-color: #B7A323;
}
.BgClassName
{
background-color: #B7A323;
}
</style>
border-color css
<style>
span { border-color: #B7A323; }
span { border-color: rgb(183,163,35); }
td.TdClassName
{
border-color: #B7A323;
}
.TagClassName
{
border-color: #B7A323;
}
</style>