Shades of Earls Green #BBA825
Tints of Earls Green #BBA825
RGB
CMYK
RGB Variations
Color information
#BBA825 (or 0xBBA825) is known color: Earls Green. HEX triplet: BB, A8 and 25. RGB value is (187,168,37). Sum of RGB (Red+Green+Blue) = 187+168+37=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA825 is #4457DA. Grayscale: #9F9F9F. Windows color (decimal): -4478939 or 2468027. OLE color: 2468027.
HSL color Cylindrical-coordinate representation of color #BBA825: hue angle of 52.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA825 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 37 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.27 |
| HSL | 52.4º | 0.67% | 0.44% | - |
| HSV(B) | 52.4º | 0.8% | 0.73% | - |
| XYZ | 34.83 | 38.7 | 7.39 | - |
| YUV | 158.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 37 | 0 | 0.10 | 0.80 | 0.27 | 52.4 | 0.67 | 0.44 |
| Hex | BB | A8 | 25 | 0 | A | 50 | 1B | 34 | 43 | 2C |
| Octal | 273 | 250 | 45 | 0 | 12 | 120 | 33 | 64 | 103 | 54 |
| Binary | 10111011 | 10101000 | 100101 | 0 | 1010 | 1010000 | 11011 | 110100 | 1000011 | 101100 |
Color Harmonies of #BBA825
Complementary color
Monochromatic Colors of #BBA825
Black with #BBA825
Text Example
Text Example
White with #BBA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA825; }
p { color: rgb(187,168,37); }
H1.HeaderClassName
{
color: #BBA825;
}
.AnyTagClassName
{
color: #BBA825;
}
</style>
background-color css
<style>
a { background-color: #BBA825; }
a { background-color: rgb(187,168,37); }
div.DivClassName
{
background-color: #BBA825;
}
.BgClassName
{
background-color: #BBA825;
}
</style>
border-color css
<style>
span { border-color: #BBA825; }
span { border-color: rgb(187,168,37); }
td.TdClassName
{
border-color: #BBA825;
}
.TagClassName
{
border-color: #BBA825;
}
</style>