Shades of Earls Green #B7AD0F
Tints of Earls Green #B7AD0F
RGB
CMYK
RGB Variations
Color information
#B7AD0F (or 0xB7AD0F) is known color: Earls Green. HEX triplet: B7, AD and 0F. RGB value is (183,173,15). Sum of RGB (Red+Green+Blue) = 183+173+15=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD0F is #4852F0. Grayscale: #9E9E9E. Windows color (decimal): -4739825 or 1027511. OLE color: 1027511.
HSL color Cylindrical-coordinate representation of color #B7AD0F: hue angle of 56.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7AD0F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 15 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.28 |
| HSL | 56.43º | 0.85% | 0.39% | - |
| HSV(B) | 56.43º | 0.92% | 0.72% | - |
| XYZ | 34.56 | 39.99 | 6.35 | - |
| YUV | 157.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 15 | 0 | 0.05 | 0.92 | 0.28 | 56.43 | 0.85 | 0.39 |
| Hex | B7 | AD | F | 0 | 5 | 5C | 1C | 38 | 55 | 27 |
| Octal | 267 | 255 | 17 | 0 | 5 | 134 | 34 | 70 | 125 | 47 |
| Binary | 10110111 | 10101101 | 1111 | 0 | 101 | 1011100 | 11100 | 111000 | 1010101 | 100111 |
Color Harmonies of #B7AD0F
Complementary color
Monochromatic Colors of #B7AD0F
Black with #B7AD0F
Text Example
Text Example
White with #B7AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD0F; }
p { color: rgb(183,173,15); }
H1.HeaderClassName
{
color: #B7AD0F;
}
.AnyTagClassName
{
color: #B7AD0F;
}
</style>
background-color css
<style>
a { background-color: #B7AD0F; }
a { background-color: rgb(183,173,15); }
div.DivClassName
{
background-color: #B7AD0F;
}
.BgClassName
{
background-color: #B7AD0F;
}
</style>
border-color css
<style>
span { border-color: #B7AD0F; }
span { border-color: rgb(183,173,15); }
td.TdClassName
{
border-color: #B7AD0F;
}
.TagClassName
{
border-color: #B7AD0F;
}
</style>