Shades of Earls Green #BBAF12
Tints of Earls Green #BBAF12
RGB
CMYK
RGB Variations
Color information
#BBAF12 (or 0xBBAF12) is known color: Earls Green. HEX triplet: BB, AF and 12. RGB value is (187,175,18). Sum of RGB (Red+Green+Blue) = 187+175+18=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF12 is #4450ED. Grayscale: #A1A1A1. Windows color (decimal): -4477166 or 1224635. OLE color: 1224635.
HSL color Cylindrical-coordinate representation of color #BBAF12: hue angle of 55.74º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBAF12 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 18 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.27 |
| HSL | 55.74º | 0.82% | 0.4% | - |
| HSV(B) | 55.74º | 0.9% | 0.73% | - |
| XYZ | 35.93 | 41.27 | 6.64 | - |
| YUV | 160.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 18 | 0 | 0.06 | 0.90 | 0.27 | 55.74 | 0.82 | 0.4 |
| Hex | BB | AF | 12 | 0 | 6 | 5A | 1B | 38 | 52 | 28 |
| Octal | 273 | 257 | 22 | 0 | 6 | 132 | 33 | 70 | 122 | 50 |
| Binary | 10111011 | 10101111 | 10010 | 0 | 110 | 1011010 | 11011 | 111000 | 1010010 | 101000 |
Color Harmonies of #BBAF12
Complementary color
Monochromatic Colors of #BBAF12
Black with #BBAF12
Text Example
Text Example
White with #BBAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF12; }
p { color: rgb(187,175,18); }
H1.HeaderClassName
{
color: #BBAF12;
}
.AnyTagClassName
{
color: #BBAF12;
}
</style>
background-color css
<style>
a { background-color: #BBAF12; }
a { background-color: rgb(187,175,18); }
div.DivClassName
{
background-color: #BBAF12;
}
.BgClassName
{
background-color: #BBAF12;
}
</style>
border-color css
<style>
span { border-color: #BBAF12; }
span { border-color: rgb(187,175,18); }
td.TdClassName
{
border-color: #BBAF12;
}
.TagClassName
{
border-color: #BBAF12;
}
</style>