Shades of Earls Green #BBAF2E
Tints of Earls Green #BBAF2E
RGB
CMYK
RGB Variations
Color information
#BBAF2E (or 0xBBAF2E) is known color: Earls Green. HEX triplet: BB, AF and 2E. RGB value is (187,175,46). Sum of RGB (Red+Green+Blue) = 187+175+46=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF2E is #4450D1. Grayscale: #A4A4A4. Windows color (decimal): -4477138 or 3059643. OLE color: 3059643.
HSL color Cylindrical-coordinate representation of color #BBAF2E: hue angle of 54.89º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBAF2E is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 46 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.27 |
| HSL | 54.89º | 0.61% | 0.46% | - |
| HSV(B) | 54.89º | 0.75% | 0.73% | - |
| XYZ | 36.32 | 41.42 | 8.67 | - |
| YUV | 163.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 46 | 0 | 0.06 | 0.75 | 0.27 | 54.89 | 0.61 | 0.46 |
| Hex | BB | AF | 2E | 0 | 6 | 4B | 1B | 37 | 3D | 2E |
| Octal | 273 | 257 | 56 | 0 | 6 | 113 | 33 | 67 | 75 | 56 |
| Binary | 10111011 | 10101111 | 101110 | 0 | 110 | 1001011 | 11011 | 110111 | 111101 | 101110 |
Color Harmonies of #BBAF2E
Complementary color
Monochromatic Colors of #BBAF2E
Black with #BBAF2E
Text Example
Text Example
White with #BBAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF2E; }
p { color: rgb(187,175,46); }
H1.HeaderClassName
{
color: #BBAF2E;
}
.AnyTagClassName
{
color: #BBAF2E;
}
</style>
background-color css
<style>
a { background-color: #BBAF2E; }
a { background-color: rgb(187,175,46); }
div.DivClassName
{
background-color: #BBAF2E;
}
.BgClassName
{
background-color: #BBAF2E;
}
</style>
border-color css
<style>
span { border-color: #BBAF2E; }
span { border-color: rgb(187,175,46); }
td.TdClassName
{
border-color: #BBAF2E;
}
.TagClassName
{
border-color: #BBAF2E;
}
</style>