Shades of Earls Green #BBA823
Tints of Earls Green #BBA823
RGB
CMYK
RGB Variations
Color information
#BBA823 (or 0xBBA823) is known color: Earls Green. HEX triplet: BB, A8 and 23. RGB value is (187,168,35). Sum of RGB (Red+Green+Blue) = 187+168+35=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA823 is #4457DC. Grayscale: #9F9F9F. Windows color (decimal): -4478941 or 2336955. OLE color: 2336955.
HSL color Cylindrical-coordinate representation of color #BBA823: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBA823 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 35 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.27 |
| HSL | 52.5º | 0.68% | 0.44% | - |
| HSV(B) | 52.5º | 0.81% | 0.73% | - |
| XYZ | 34.8 | 38.69 | 7.22 | - |
| YUV | 158.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 35 | 0 | 0.10 | 0.81 | 0.27 | 52.5 | 0.68 | 0.44 |
| Hex | BB | A8 | 23 | 0 | A | 51 | 1B | 34 | 44 | 2C |
| Octal | 273 | 250 | 43 | 0 | 12 | 121 | 33 | 64 | 104 | 54 |
| Binary | 10111011 | 10101000 | 100011 | 0 | 1010 | 1010001 | 11011 | 110100 | 1000100 | 101100 |
Color Harmonies of #BBA823
Complementary color
Monochromatic Colors of #BBA823
Black with #BBA823
Text Example
Text Example
White with #BBA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA823; }
p { color: rgb(187,168,35); }
H1.HeaderClassName
{
color: #BBA823;
}
.AnyTagClassName
{
color: #BBA823;
}
</style>
background-color css
<style>
a { background-color: #BBA823; }
a { background-color: rgb(187,168,35); }
div.DivClassName
{
background-color: #BBA823;
}
.BgClassName
{
background-color: #BBA823;
}
</style>
border-color css
<style>
span { border-color: #BBA823; }
span { border-color: rgb(187,168,35); }
td.TdClassName
{
border-color: #BBA823;
}
.TagClassName
{
border-color: #BBA823;
}
</style>