Shades of Earls Green #BBAF1E
Tints of Earls Green #BBAF1E
RGB
CMYK
RGB Variations
Color information
#BBAF1E (or 0xBBAF1E) is known color: Earls Green. HEX triplet: BB, AF and 1E. RGB value is (187,175,30). Sum of RGB (Red+Green+Blue) = 187+175+30=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF1E is #4450E1. Grayscale: #A2A2A2. Windows color (decimal): -4477154 or 2011067. OLE color: 2011067.
HSL color Cylindrical-coordinate representation of color #BBAF1E: hue angle of 55.41º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBAF1E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 30 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.27 |
| HSL | 55.41º | 0.72% | 0.43% | - |
| HSV(B) | 55.41º | 0.84% | 0.73% | - |
| XYZ | 36.06 | 41.32 | 7.3 | - |
| YUV | 162.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 30 | 0 | 0.06 | 0.84 | 0.27 | 55.41 | 0.72 | 0.43 |
| Hex | BB | AF | 1E | 0 | 6 | 54 | 1B | 37 | 48 | 2B |
| Octal | 273 | 257 | 36 | 0 | 6 | 124 | 33 | 67 | 110 | 53 |
| Binary | 10111011 | 10101111 | 11110 | 0 | 110 | 1010100 | 11011 | 110111 | 1001000 | 101011 |
Color Harmonies of #BBAF1E
Complementary color
Monochromatic Colors of #BBAF1E
Black with #BBAF1E
Text Example
Text Example
White with #BBAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF1E; }
p { color: rgb(187,175,30); }
H1.HeaderClassName
{
color: #BBAF1E;
}
.AnyTagClassName
{
color: #BBAF1E;
}
</style>
background-color css
<style>
a { background-color: #BBAF1E; }
a { background-color: rgb(187,175,30); }
div.DivClassName
{
background-color: #BBAF1E;
}
.BgClassName
{
background-color: #BBAF1E;
}
</style>
border-color css
<style>
span { border-color: #BBAF1E; }
span { border-color: rgb(187,175,30); }
td.TdClassName
{
border-color: #BBAF1E;
}
.TagClassName
{
border-color: #BBAF1E;
}
</style>