Shades of Earls Green #BBA521
Tints of Earls Green #BBA521
RGB
CMYK
RGB Variations
Color information
#BBA521 (or 0xBBA521) is known color: Earls Green. HEX triplet: BB, A5 and 21. RGB value is (187,165,33). Sum of RGB (Red+Green+Blue) = 187+165+33=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA521 is #445ADE. Grayscale: #9D9D9D. Windows color (decimal): -4479711 or 2205115. OLE color: 2205115.
HSL color Cylindrical-coordinate representation of color #BBA521: hue angle of 51.43º 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 #BBA521 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 33 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.27 |
| HSL | 51.43º | 0.7% | 0.43% | - |
| HSV(B) | 51.43º | 0.82% | 0.73% | - |
| XYZ | 34.22 | 37.58 | 6.89 | - |
| YUV | 156.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 33 | 0 | 0.12 | 0.82 | 0.27 | 51.43 | 0.7 | 0.43 |
| Hex | BB | A5 | 21 | 0 | C | 52 | 1B | 33 | 46 | 2B |
| Octal | 273 | 245 | 41 | 0 | 14 | 122 | 33 | 63 | 106 | 53 |
| Binary | 10111011 | 10100101 | 100001 | 0 | 1100 | 1010010 | 11011 | 110011 | 1000110 | 101011 |
Color Harmonies of #BBA521
Complementary color
Monochromatic Colors of #BBA521
Black with #BBA521
Text Example
Text Example
White with #BBA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA521; }
p { color: rgb(187,165,33); }
H1.HeaderClassName
{
color: #BBA521;
}
.AnyTagClassName
{
color: #BBA521;
}
</style>
background-color css
<style>
a { background-color: #BBA521; }
a { background-color: rgb(187,165,33); }
div.DivClassName
{
background-color: #BBA521;
}
.BgClassName
{
background-color: #BBA521;
}
</style>
border-color css
<style>
span { border-color: #BBA521; }
span { border-color: rgb(187,165,33); }
td.TdClassName
{
border-color: #BBA521;
}
.TagClassName
{
border-color: #BBA521;
}
</style>