Shades of Earls Green #BBA327
Tints of Earls Green #BBA327
RGB
CMYK
RGB Variations
Color information
#BBA327 (or 0xBBA327) is known color: Earls Green. HEX triplet: BB, A3 and 27. RGB value is (187,163,39). Sum of RGB (Red+Green+Blue) = 187+163+39=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA327 is #445CD8. Grayscale: #9C9C9C. Windows color (decimal): -4480217 or 2597819. OLE color: 2597819.
HSL color Cylindrical-coordinate representation of color #BBA327: hue angle of 50.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA327 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 39 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.27 |
| HSL | 50.27º | 0.65% | 0.44% | - |
| HSV(B) | 50.27º | 0.79% | 0.73% | - |
| XYZ | 33.96 | 36.91 | 7.25 | - |
| YUV | 156.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 39 | 0 | 0.13 | 0.79 | 0.27 | 50.27 | 0.65 | 0.44 |
| Hex | BB | A3 | 27 | 0 | D | 4F | 1B | 32 | 41 | 2C |
| Octal | 273 | 243 | 47 | 0 | 15 | 117 | 33 | 62 | 101 | 54 |
| Binary | 10111011 | 10100011 | 100111 | 0 | 1101 | 1001111 | 11011 | 110010 | 1000001 | 101100 |
Color Harmonies of #BBA327
Complementary color
Monochromatic Colors of #BBA327
Black with #BBA327
Text Example
Text Example
White with #BBA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA327; }
p { color: rgb(187,163,39); }
H1.HeaderClassName
{
color: #BBA327;
}
.AnyTagClassName
{
color: #BBA327;
}
</style>
background-color css
<style>
a { background-color: #BBA327; }
a { background-color: rgb(187,163,39); }
div.DivClassName
{
background-color: #BBA327;
}
.BgClassName
{
background-color: #BBA327;
}
</style>
border-color css
<style>
span { border-color: #BBA327; }
span { border-color: rgb(187,163,39); }
td.TdClassName
{
border-color: #BBA327;
}
.TagClassName
{
border-color: #BBA327;
}
</style>