Shades of Earls Green #BBA81D
Tints of Earls Green #BBA81D
RGB
CMYK
RGB Variations
Color information
#BBA81D (or 0xBBA81D) is known color: Earls Green. HEX triplet: BB, A8 and 1D. RGB value is (187,168,29). Sum of RGB (Red+Green+Blue) = 187+168+29=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA81D is #4457E2. Grayscale: #9E9E9E. Windows color (decimal): -4478947 or 1943739. OLE color: 1943739.
HSL color Cylindrical-coordinate representation of color #BBA81D: hue angle of 52.78º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA81D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 29 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.27 |
| HSL | 52.78º | 0.73% | 0.42% | - |
| HSV(B) | 52.78º | 0.84% | 0.73% | - |
| XYZ | 34.72 | 38.66 | 6.79 | - |
| YUV | 157.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 29 | 0 | 0.10 | 0.84 | 0.27 | 52.78 | 0.73 | 0.42 |
| Hex | BB | A8 | 1D | 0 | A | 54 | 1B | 35 | 49 | 2A |
| Octal | 273 | 250 | 35 | 0 | 12 | 124 | 33 | 65 | 111 | 52 |
| Binary | 10111011 | 10101000 | 11101 | 0 | 1010 | 1010100 | 11011 | 110101 | 1001001 | 101010 |
Color Harmonies of #BBA81D
Complementary color
Monochromatic Colors of #BBA81D
Black with #BBA81D
Text Example
Text Example
White with #BBA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA81D; }
p { color: rgb(187,168,29); }
H1.HeaderClassName
{
color: #BBA81D;
}
.AnyTagClassName
{
color: #BBA81D;
}
</style>
background-color css
<style>
a { background-color: #BBA81D; }
a { background-color: rgb(187,168,29); }
div.DivClassName
{
background-color: #BBA81D;
}
.BgClassName
{
background-color: #BBA81D;
}
</style>
border-color css
<style>
span { border-color: #BBA81D; }
span { border-color: rgb(187,168,29); }
td.TdClassName
{
border-color: #BBA81D;
}
.TagClassName
{
border-color: #BBA81D;
}
</style>