Shades of Earls Green #B7A90C
Tints of Earls Green #B7A90C
RGB
CMYK
RGB Variations
Color information
#B7A90C (or 0xB7A90C) is known color: Earls Green. HEX triplet: B7, A9 and 0C. RGB value is (183,169,12). Sum of RGB (Red+Green+Blue) = 183+169+12=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A90C is #4856F3. Grayscale: #9B9B9B. Windows color (decimal): -4740852 or 829879. OLE color: 829879.
HSL color Cylindrical-coordinate representation of color #B7A90C: hue angle of 55.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7A90C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.28 |
| HSL | 55.09º | 0.88% | 0.38% | - |
| HSV(B) | 55.09º | 0.93% | 0.72% | - |
| XYZ | 33.78 | 38.47 | 5.99 | - |
| YUV | 155.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 12 | 0 | 0.08 | 0.93 | 0.28 | 55.09 | 0.88 | 0.38 |
| Hex | B7 | A9 | C | 0 | 8 | 5D | 1C | 37 | 58 | 26 |
| Octal | 267 | 251 | 14 | 0 | 10 | 135 | 34 | 67 | 130 | 46 |
| Binary | 10110111 | 10101001 | 1100 | 0 | 1000 | 1011101 | 11100 | 110111 | 1011000 | 100110 |
Color Harmonies of #B7A90C
Complementary color
Monochromatic Colors of #B7A90C
Black with #B7A90C
Text Example
Text Example
White with #B7A90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A90C; }
p { color: rgb(183,169,12); }
H1.HeaderClassName
{
color: #B7A90C;
}
.AnyTagClassName
{
color: #B7A90C;
}
</style>
background-color css
<style>
a { background-color: #B7A90C; }
a { background-color: rgb(183,169,12); }
div.DivClassName
{
background-color: #B7A90C;
}
.BgClassName
{
background-color: #B7A90C;
}
</style>
border-color css
<style>
span { border-color: #B7A90C; }
span { border-color: rgb(183,169,12); }
td.TdClassName
{
border-color: #B7A90C;
}
.TagClassName
{
border-color: #B7A90C;
}
</style>