Shades of Earls Green #BBAF21
Tints of Earls Green #BBAF21
RGB
CMYK
RGB Variations
Color information
#BBAF21 (or 0xBBAF21) is known color: Earls Green. HEX triplet: BB, AF and 21. RGB value is (187,175,33). Sum of RGB (Red+Green+Blue) = 187+175+33=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF21 is #4450DE. Grayscale: #A2A2A2. Windows color (decimal): -4477151 or 2207675. OLE color: 2207675.
HSL color Cylindrical-coordinate representation of color #BBAF21: hue angle of 55.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBAF21 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 33 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.27 |
| HSL | 55.32º | 0.7% | 0.43% | - |
| HSV(B) | 55.32º | 0.82% | 0.73% | - |
| XYZ | 36.1 | 41.33 | 7.51 | - |
| YUV | 162.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 33 | 0 | 0.06 | 0.82 | 0.27 | 55.32 | 0.7 | 0.43 |
| Hex | BB | AF | 21 | 0 | 6 | 52 | 1B | 37 | 46 | 2B |
| Octal | 273 | 257 | 41 | 0 | 6 | 122 | 33 | 67 | 106 | 53 |
| Binary | 10111011 | 10101111 | 100001 | 0 | 110 | 1010010 | 11011 | 110111 | 1000110 | 101011 |
Color Harmonies of #BBAF21
Complementary color
Monochromatic Colors of #BBAF21
Black with #BBAF21
Text Example
Text Example
White with #BBAF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF21; }
p { color: rgb(187,175,33); }
H1.HeaderClassName
{
color: #BBAF21;
}
.AnyTagClassName
{
color: #BBAF21;
}
</style>
background-color css
<style>
a { background-color: #BBAF21; }
a { background-color: rgb(187,175,33); }
div.DivClassName
{
background-color: #BBAF21;
}
.BgClassName
{
background-color: #BBAF21;
}
</style>
border-color css
<style>
span { border-color: #BBAF21; }
span { border-color: rgb(187,175,33); }
td.TdClassName
{
border-color: #BBAF21;
}
.TagClassName
{
border-color: #BBAF21;
}
</style>