Shades of Earls Green #BBAF1D
Tints of Earls Green #BBAF1D
RGB
CMYK
RGB Variations
Color information
#BBAF1D (or 0xBBAF1D) is known color: Earls Green. HEX triplet: BB, AF and 1D. RGB value is (187,175,29). Sum of RGB (Red+Green+Blue) = 187+175+29=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF1D is #4450E2. Grayscale: #A2A2A2. Windows color (decimal): -4477155 or 1945531. OLE color: 1945531.
HSL color Cylindrical-coordinate representation of color #BBAF1D: hue angle of 55.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBAF1D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 29 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.27 |
| HSL | 55.44º | 0.73% | 0.42% | - |
| HSV(B) | 55.44º | 0.84% | 0.73% | - |
| XYZ | 36.05 | 41.31 | 7.24 | - |
| YUV | 161.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 29 | 0 | 0.06 | 0.84 | 0.27 | 55.44 | 0.73 | 0.42 |
| Hex | BB | AF | 1D | 0 | 6 | 54 | 1B | 37 | 49 | 2A |
| Octal | 273 | 257 | 35 | 0 | 6 | 124 | 33 | 67 | 111 | 52 |
| Binary | 10111011 | 10101111 | 11101 | 0 | 110 | 1010100 | 11011 | 110111 | 1001001 | 101010 |
Color Harmonies of #BBAF1D
Complementary color
Monochromatic Colors of #BBAF1D
Black with #BBAF1D
Text Example
Text Example
White with #BBAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF1D; }
p { color: rgb(187,175,29); }
H1.HeaderClassName
{
color: #BBAF1D;
}
.AnyTagClassName
{
color: #BBAF1D;
}
</style>
background-color css
<style>
a { background-color: #BBAF1D; }
a { background-color: rgb(187,175,29); }
div.DivClassName
{
background-color: #BBAF1D;
}
.BgClassName
{
background-color: #BBAF1D;
}
</style>
border-color css
<style>
span { border-color: #BBAF1D; }
span { border-color: rgb(187,175,29); }
td.TdClassName
{
border-color: #BBAF1D;
}
.TagClassName
{
border-color: #BBAF1D;
}
</style>