Shades of Earls Green #B7AD2D
Tints of Earls Green #B7AD2D
RGB
CMYK
RGB Variations
Color information
#B7AD2D (or 0xB7AD2D) is known color: Earls Green. HEX triplet: B7, AD and 2D. RGB value is (183,173,45). Sum of RGB (Red+Green+Blue) = 183+173+45=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD2D is #4852D2. Grayscale: #A1A1A1. Windows color (decimal): -4739795 or 2993591. OLE color: 2993591.
HSL color Cylindrical-coordinate representation of color #B7AD2D: hue angle of 55.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7AD2D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 45 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.28 |
| HSL | 55.65º | 0.61% | 0.45% | - |
| HSV(B) | 55.65º | 0.75% | 0.72% | - |
| XYZ | 34.95 | 40.14 | 8.39 | - |
| YUV | 161.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 45 | 0 | 0.05 | 0.75 | 0.28 | 55.65 | 0.61 | 0.45 |
| Hex | B7 | AD | 2D | 0 | 5 | 4B | 1C | 38 | 3D | 2D |
| Octal | 267 | 255 | 55 | 0 | 5 | 113 | 34 | 70 | 75 | 55 |
| Binary | 10110111 | 10101101 | 101101 | 0 | 101 | 1001011 | 11100 | 111000 | 111101 | 101101 |
Color Harmonies of #B7AD2D
Complementary color
Monochromatic Colors of #B7AD2D
Black with #B7AD2D
Text Example
Text Example
White with #B7AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD2D; }
p { color: rgb(183,173,45); }
H1.HeaderClassName
{
color: #B7AD2D;
}
.AnyTagClassName
{
color: #B7AD2D;
}
</style>
background-color css
<style>
a { background-color: #B7AD2D; }
a { background-color: rgb(183,173,45); }
div.DivClassName
{
background-color: #B7AD2D;
}
.BgClassName
{
background-color: #B7AD2D;
}
</style>
border-color css
<style>
span { border-color: #B7AD2D; }
span { border-color: rgb(183,173,45); }
td.TdClassName
{
border-color: #B7AD2D;
}
.TagClassName
{
border-color: #B7AD2D;
}
</style>