Shades of Earls Green #B7AD1F
Tints of Earls Green #B7AD1F
RGB
CMYK
RGB Variations
Color information
#B7AD1F (or 0xB7AD1F) is known color: Earls Green. HEX triplet: B7, AD and 1F. RGB value is (183,173,31). Sum of RGB (Red+Green+Blue) = 183+173+31=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD1F is #4852E0. Grayscale: #A0A0A0. Windows color (decimal): -4739809 or 2076087. OLE color: 2076087.
HSL color Cylindrical-coordinate representation of color #B7AD1F: hue angle of 56.05º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7AD1F is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 31 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.28 |
| HSL | 56.05º | 0.71% | 0.42% | - |
| HSV(B) | 56.05º | 0.83% | 0.72% | - |
| XYZ | 34.72 | 40.05 | 7.2 | - |
| YUV | 159.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 31 | 0 | 0.05 | 0.83 | 0.28 | 56.05 | 0.71 | 0.42 |
| Hex | B7 | AD | 1F | 0 | 5 | 53 | 1C | 38 | 47 | 2A |
| Octal | 267 | 255 | 37 | 0 | 5 | 123 | 34 | 70 | 107 | 52 |
| Binary | 10110111 | 10101101 | 11111 | 0 | 101 | 1010011 | 11100 | 111000 | 1000111 | 101010 |
Color Harmonies of #B7AD1F
Complementary color
Monochromatic Colors of #B7AD1F
Black with #B7AD1F
Text Example
Text Example
White with #B7AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD1F; }
p { color: rgb(183,173,31); }
H1.HeaderClassName
{
color: #B7AD1F;
}
.AnyTagClassName
{
color: #B7AD1F;
}
</style>
background-color css
<style>
a { background-color: #B7AD1F; }
a { background-color: rgb(183,173,31); }
div.DivClassName
{
background-color: #B7AD1F;
}
.BgClassName
{
background-color: #B7AD1F;
}
</style>
border-color css
<style>
span { border-color: #B7AD1F; }
span { border-color: rgb(183,173,31); }
td.TdClassName
{
border-color: #B7AD1F;
}
.TagClassName
{
border-color: #B7AD1F;
}
</style>