Shades of Earls Green #BBA320
Tints of Earls Green #BBA320
RGB
CMYK
RGB Variations
Color information
#BBA320 (or 0xBBA320) is known color: Earls Green. HEX triplet: BB, A3 and 20. RGB value is (187,163,32). Sum of RGB (Red+Green+Blue) = 187+163+32=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA320 is #445CDF. Grayscale: #9B9B9B. Windows color (decimal): -4480224 or 2139067. OLE color: 2139067.
HSL color Cylindrical-coordinate representation of color #BBA320: hue angle of 50.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA320 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 32 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.27 |
| HSL | 50.71º | 0.71% | 0.43% | - |
| HSV(B) | 50.71º | 0.83% | 0.73% | - |
| XYZ | 33.85 | 36.86 | 6.7 | - |
| YUV | 155.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 32 | 0 | 0.13 | 0.83 | 0.27 | 50.71 | 0.71 | 0.43 |
| Hex | BB | A3 | 20 | 0 | D | 53 | 1B | 33 | 47 | 2B |
| Octal | 273 | 243 | 40 | 0 | 15 | 123 | 33 | 63 | 107 | 53 |
| Binary | 10111011 | 10100011 | 100000 | 0 | 1101 | 1010011 | 11011 | 110011 | 1000111 | 101011 |
Color Harmonies of #BBA320
Complementary color
Monochromatic Colors of #BBA320
Black with #BBA320
Text Example
Text Example
White with #BBA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA320; }
p { color: rgb(187,163,32); }
H1.HeaderClassName
{
color: #BBA320;
}
.AnyTagClassName
{
color: #BBA320;
}
</style>
background-color css
<style>
a { background-color: #BBA320; }
a { background-color: rgb(187,163,32); }
div.DivClassName
{
background-color: #BBA320;
}
.BgClassName
{
background-color: #BBA320;
}
</style>
border-color css
<style>
span { border-color: #BBA320; }
span { border-color: rgb(187,163,32); }
td.TdClassName
{
border-color: #BBA320;
}
.TagClassName
{
border-color: #BBA320;
}
</style>