Shades of Earls Green #B7AD2B
Tints of Earls Green #B7AD2B
RGB
CMYK
RGB Variations
Color information
#B7AD2B (or 0xB7AD2B) is known color: Earls Green. HEX triplet: B7, AD and 2B. RGB value is (183,173,43). Sum of RGB (Red+Green+Blue) = 183+173+43=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD2B is #4852D4. Grayscale: #A1A1A1. Windows color (decimal): -4739797 or 2862519. OLE color: 2862519.
HSL color Cylindrical-coordinate representation of color #B7AD2B: hue angle of 55.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7AD2B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 43 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.28 |
| HSL | 55.71º | 0.62% | 0.44% | - |
| HSV(B) | 55.71º | 0.77% | 0.72% | - |
| XYZ | 34.91 | 40.13 | 8.19 | - |
| YUV | 161.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 43 | 0 | 0.05 | 0.77 | 0.28 | 55.71 | 0.62 | 0.44 |
| Hex | B7 | AD | 2B | 0 | 5 | 4D | 1C | 38 | 3E | 2C |
| Octal | 267 | 255 | 53 | 0 | 5 | 115 | 34 | 70 | 76 | 54 |
| Binary | 10110111 | 10101101 | 101011 | 0 | 101 | 1001101 | 11100 | 111000 | 111110 | 101100 |
Color Harmonies of #B7AD2B
Complementary color
Monochromatic Colors of #B7AD2B
Black with #B7AD2B
Text Example
Text Example
White with #B7AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD2B; }
p { color: rgb(183,173,43); }
H1.HeaderClassName
{
color: #B7AD2B;
}
.AnyTagClassName
{
color: #B7AD2B;
}
</style>
background-color css
<style>
a { background-color: #B7AD2B; }
a { background-color: rgb(183,173,43); }
div.DivClassName
{
background-color: #B7AD2B;
}
.BgClassName
{
background-color: #B7AD2B;
}
</style>
border-color css
<style>
span { border-color: #B7AD2B; }
span { border-color: rgb(183,173,43); }
td.TdClassName
{
border-color: #B7AD2B;
}
.TagClassName
{
border-color: #B7AD2B;
}
</style>