Shades of Earls Green #BBA321
Tints of Earls Green #BBA321
RGB
CMYK
RGB Variations
Color information
#BBA321 (or 0xBBA321) is known color: Earls Green. HEX triplet: BB, A3 and 21. RGB value is (187,163,33). Sum of RGB (Red+Green+Blue) = 187+163+33=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA321 is #445CDE. Grayscale: #9B9B9B. Windows color (decimal): -4480223 or 2204603. OLE color: 2204603.
HSL color Cylindrical-coordinate representation of color #BBA321: hue angle of 50.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBA321 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 33 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.27 |
| HSL | 50.65º | 0.7% | 0.43% | - |
| HSV(B) | 50.65º | 0.82% | 0.73% | - |
| XYZ | 33.87 | 36.87 | 6.77 | - |
| YUV | 155.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 33 | 0 | 0.13 | 0.82 | 0.27 | 50.65 | 0.7 | 0.43 |
| Hex | BB | A3 | 21 | 0 | D | 52 | 1B | 33 | 46 | 2B |
| Octal | 273 | 243 | 41 | 0 | 15 | 122 | 33 | 63 | 106 | 53 |
| Binary | 10111011 | 10100011 | 100001 | 0 | 1101 | 1010010 | 11011 | 110011 | 1000110 | 101011 |
Color Harmonies of #BBA321
Complementary color
Monochromatic Colors of #BBA321
Black with #BBA321
Text Example
Text Example
White with #BBA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA321; }
p { color: rgb(187,163,33); }
H1.HeaderClassName
{
color: #BBA321;
}
.AnyTagClassName
{
color: #BBA321;
}
</style>
background-color css
<style>
a { background-color: #BBA321; }
a { background-color: rgb(187,163,33); }
div.DivClassName
{
background-color: #BBA321;
}
.BgClassName
{
background-color: #BBA321;
}
</style>
border-color css
<style>
span { border-color: #BBA321; }
span { border-color: rgb(187,163,33); }
td.TdClassName
{
border-color: #BBA321;
}
.TagClassName
{
border-color: #BBA321;
}
</style>