Shades of Earls Green #B7A326
Tints of Earls Green #B7A326
RGB
CMYK
RGB Variations
Color information
#B7A326 (or 0xB7A326) is known color: Earls Green. HEX triplet: B7, A3 and 26. RGB value is (183,163,38). Sum of RGB (Red+Green+Blue) = 183+163+38=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A326 is #485CD9. Grayscale: #9B9B9B. Windows color (decimal): -4742362 or 2532279. OLE color: 2532279.
HSL color Cylindrical-coordinate representation of color #B7A326: hue angle of 51.72º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7A326 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 38 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.28 |
| HSL | 51.72º | 0.66% | 0.43% | - |
| HSV(B) | 51.72º | 0.79% | 0.72% | - |
| XYZ | 32.98 | 36.4 | 7.12 | - |
| YUV | 154.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 38 | 0 | 0.11 | 0.79 | 0.28 | 51.72 | 0.66 | 0.43 |
| Hex | B7 | A3 | 26 | 0 | B | 4F | 1C | 34 | 42 | 2B |
| Octal | 267 | 243 | 46 | 0 | 13 | 117 | 34 | 64 | 102 | 53 |
| Binary | 10110111 | 10100011 | 100110 | 0 | 1011 | 1001111 | 11100 | 110100 | 1000010 | 101011 |
Color Harmonies of #B7A326
Complementary color
Monochromatic Colors of #B7A326
Black with #B7A326
Text Example
Text Example
White with #B7A326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A326; }
p { color: rgb(183,163,38); }
H1.HeaderClassName
{
color: #B7A326;
}
.AnyTagClassName
{
color: #B7A326;
}
</style>
background-color css
<style>
a { background-color: #B7A326; }
a { background-color: rgb(183,163,38); }
div.DivClassName
{
background-color: #B7A326;
}
.BgClassName
{
background-color: #B7A326;
}
</style>
border-color css
<style>
span { border-color: #B7A326; }
span { border-color: rgb(183,163,38); }
td.TdClassName
{
border-color: #B7A326;
}
.TagClassName
{
border-color: #B7A326;
}
</style>