Shades of Earls Green #B7AB30
Tints of Earls Green #B7AB30
RGB
CMYK
RGB Variations
Color information
#B7AB30 (or 0xB7AB30) is known color: Earls Green. HEX triplet: B7, AB and 30. RGB value is (183,171,48). Sum of RGB (Red+Green+Blue) = 183+171+48=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB30 is #4854CF. Grayscale: #A1A1A1. Windows color (decimal): -4740304 or 3189687. OLE color: 3189687.
HSL color Cylindrical-coordinate representation of color #B7AB30: hue angle of 54.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7AB30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.28 |
| HSL | 54.67º | 0.58% | 0.45% | - |
| HSV(B) | 54.67º | 0.74% | 0.72% | - |
| XYZ | 34.62 | 39.41 | 8.58 | - |
| YUV | 160.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 48 | 0 | 0.07 | 0.74 | 0.28 | 54.67 | 0.58 | 0.45 |
| Hex | B7 | AB | 30 | 0 | 7 | 4A | 1C | 37 | 3A | 2D |
| Octal | 267 | 253 | 60 | 0 | 7 | 112 | 34 | 67 | 72 | 55 |
| Binary | 10110111 | 10101011 | 110000 | 0 | 111 | 1001010 | 11100 | 110111 | 111010 | 101101 |
Color Harmonies of #B7AB30
Complementary color
Monochromatic Colors of #B7AB30
Black with #B7AB30
Text Example
Text Example
White with #B7AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB30; }
p { color: rgb(183,171,48); }
H1.HeaderClassName
{
color: #B7AB30;
}
.AnyTagClassName
{
color: #B7AB30;
}
</style>
background-color css
<style>
a { background-color: #B7AB30; }
a { background-color: rgb(183,171,48); }
div.DivClassName
{
background-color: #B7AB30;
}
.BgClassName
{
background-color: #B7AB30;
}
</style>
border-color css
<style>
span { border-color: #B7AB30; }
span { border-color: rgb(183,171,48); }
td.TdClassName
{
border-color: #B7AB30;
}
.TagClassName
{
border-color: #B7AB30;
}
</style>