Shades of Earls Green #BBAF2C
Tints of Earls Green #BBAF2C
RGB
CMYK
RGB Variations
Color information
#BBAF2C (or 0xBBAF2C) is known color: Earls Green. HEX triplet: BB, AF and 2C. RGB value is (187,175,44). Sum of RGB (Red+Green+Blue) = 187+175+44=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF2C is #4450D3. Grayscale: #A4A4A4. Windows color (decimal): -4477140 or 2928571. OLE color: 2928571.
HSL color Cylindrical-coordinate representation of color #BBAF2C: hue angle of 54.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBAF2C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 44 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 54.97º | 0.62% | 0.45% | - |
| HSV(B) | 54.97º | 0.76% | 0.73% | - |
| XYZ | 36.28 | 41.41 | 8.46 | - |
| YUV | 163.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 44 | 0 | 0.06 | 0.76 | 0.27 | 54.97 | 0.62 | 0.45 |
| Hex | BB | AF | 2C | 0 | 6 | 4C | 1B | 37 | 3E | 2D |
| Octal | 273 | 257 | 54 | 0 | 6 | 114 | 33 | 67 | 76 | 55 |
| Binary | 10111011 | 10101111 | 101100 | 0 | 110 | 1001100 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #BBAF2C
Complementary color
Monochromatic Colors of #BBAF2C
Black with #BBAF2C
Text Example
Text Example
White with #BBAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF2C; }
p { color: rgb(187,175,44); }
H1.HeaderClassName
{
color: #BBAF2C;
}
.AnyTagClassName
{
color: #BBAF2C;
}
</style>
background-color css
<style>
a { background-color: #BBAF2C; }
a { background-color: rgb(187,175,44); }
div.DivClassName
{
background-color: #BBAF2C;
}
.BgClassName
{
background-color: #BBAF2C;
}
</style>
border-color css
<style>
span { border-color: #BBAF2C; }
span { border-color: rgb(187,175,44); }
td.TdClassName
{
border-color: #BBAF2C;
}
.TagClassName
{
border-color: #BBAF2C;
}
</style>