Shades of Earls Green #B7A327
Tints of Earls Green #B7A327
RGB
CMYK
RGB Variations
Color information
#B7A327 (or 0xB7A327) is known color: Earls Green. HEX triplet: B7, A3 and 27. RGB value is (183,163,39). Sum of RGB (Red+Green+Blue) = 183+163+39=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A327 is #485CD8. Grayscale: #9B9B9B. Windows color (decimal): -4742361 or 2597815. OLE color: 2597815.
HSL color Cylindrical-coordinate representation of color #B7A327: hue angle of 51.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7A327 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 39 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.28 |
| HSL | 51.67º | 0.65% | 0.44% | - |
| HSV(B) | 51.67º | 0.79% | 0.72% | - |
| XYZ | 32.99 | 36.41 | 7.21 | - |
| YUV | 154.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 39 | 0 | 0.11 | 0.79 | 0.28 | 51.67 | 0.65 | 0.44 |
| Hex | B7 | A3 | 27 | 0 | B | 4F | 1C | 34 | 41 | 2C |
| Octal | 267 | 243 | 47 | 0 | 13 | 117 | 34 | 64 | 101 | 54 |
| Binary | 10110111 | 10100011 | 100111 | 0 | 1011 | 1001111 | 11100 | 110100 | 1000001 | 101100 |
Color Harmonies of #B7A327
Complementary color
Monochromatic Colors of #B7A327
Black with #B7A327
Text Example
Text Example
White with #B7A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A327; }
p { color: rgb(183,163,39); }
H1.HeaderClassName
{
color: #B7A327;
}
.AnyTagClassName
{
color: #B7A327;
}
</style>
background-color css
<style>
a { background-color: #B7A327; }
a { background-color: rgb(183,163,39); }
div.DivClassName
{
background-color: #B7A327;
}
.BgClassName
{
background-color: #B7A327;
}
</style>
border-color css
<style>
span { border-color: #B7A327; }
span { border-color: rgb(183,163,39); }
td.TdClassName
{
border-color: #B7A327;
}
.TagClassName
{
border-color: #B7A327;
}
</style>