Shades of Earls Green #BBB825
Tints of Earls Green #BBB825
RGB
CMYK
RGB Variations
Color information
#BBB825 (or 0xBBB825) is known color: Earls Green. HEX triplet: BB, B8 and 25. RGB value is (187,184,37). Sum of RGB (Red+Green+Blue) = 187+184+37=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB825 is #4447DA. Grayscale: #A8A8A8. Windows color (decimal): -4474843 or 2472123. OLE color: 2472123.
HSL color Cylindrical-coordinate representation of color #BBB825: hue angle of 58.8º 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 #BBB825 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 37 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.27 |
| HSL | 58.8º | 0.67% | 0.44% | - |
| HSV(B) | 58.8º | 0.8% | 0.73% | - |
| XYZ | 37.97 | 44.98 | 8.43 | - |
| YUV | 168.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 37 | 0 | 0.02 | 0.80 | 0.27 | 58.8 | 0.67 | 0.44 |
| Hex | BB | B8 | 25 | 0 | 2 | 50 | 1B | 3B | 43 | 2C |
| Octal | 273 | 270 | 45 | 0 | 2 | 120 | 33 | 73 | 103 | 54 |
| Binary | 10111011 | 10111000 | 100101 | 0 | 10 | 1010000 | 11011 | 111011 | 1000011 | 101100 |
Color Harmonies of #BBB825
Complementary color
Monochromatic Colors of #BBB825
Black with #BBB825
Text Example
Text Example
White with #BBB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB825; }
p { color: rgb(187,184,37); }
H1.HeaderClassName
{
color: #BBB825;
}
.AnyTagClassName
{
color: #BBB825;
}
</style>
background-color css
<style>
a { background-color: #BBB825; }
a { background-color: rgb(187,184,37); }
div.DivClassName
{
background-color: #BBB825;
}
.BgClassName
{
background-color: #BBB825;
}
</style>
border-color css
<style>
span { border-color: #BBB825; }
span { border-color: rgb(187,184,37); }
td.TdClassName
{
border-color: #BBB825;
}
.TagClassName
{
border-color: #BBB825;
}
</style>