Shades of Earls Green #BBA526
Tints of Earls Green #BBA526
RGB
CMYK
RGB Variations
Color information
#BBA526 (or 0xBBA526) is known color: Earls Green. HEX triplet: BB, A5 and 26. RGB value is (187,165,38). Sum of RGB (Red+Green+Blue) = 187+165+38=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA526 is #445AD9. Grayscale: #9D9D9D. Windows color (decimal): -4479706 or 2532795. OLE color: 2532795.
HSL color Cylindrical-coordinate representation of color #BBA526: hue angle of 51.14º degrees, saturation: 0.66, 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 #BBA526 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 38 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.27 |
| HSL | 51.14º | 0.66% | 0.44% | - |
| HSV(B) | 51.14º | 0.8% | 0.73% | - |
| XYZ | 34.3 | 37.62 | 7.29 | - |
| YUV | 157.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 38 | 0 | 0.12 | 0.80 | 0.27 | 51.14 | 0.66 | 0.44 |
| Hex | BB | A5 | 26 | 0 | C | 50 | 1B | 33 | 42 | 2C |
| Octal | 273 | 245 | 46 | 0 | 14 | 120 | 33 | 63 | 102 | 54 |
| Binary | 10111011 | 10100101 | 100110 | 0 | 1100 | 1010000 | 11011 | 110011 | 1000010 | 101100 |
Color Harmonies of #BBA526
Complementary color
Monochromatic Colors of #BBA526
Black with #BBA526
Text Example
Text Example
White with #BBA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA526; }
p { color: rgb(187,165,38); }
H1.HeaderClassName
{
color: #BBA526;
}
.AnyTagClassName
{
color: #BBA526;
}
</style>
background-color css
<style>
a { background-color: #BBA526; }
a { background-color: rgb(187,165,38); }
div.DivClassName
{
background-color: #BBA526;
}
.BgClassName
{
background-color: #BBA526;
}
</style>
border-color css
<style>
span { border-color: #BBA526; }
span { border-color: rgb(187,165,38); }
td.TdClassName
{
border-color: #BBA526;
}
.TagClassName
{
border-color: #BBA526;
}
</style>