Shades of Earls Green #BBA41A
Tints of Earls Green #BBA41A
RGB
CMYK
RGB Variations
Color information
#BBA41A (or 0xBBA41A) is known color: Earls Green. HEX triplet: BB, A4 and 1A. RGB value is (187,164,26). Sum of RGB (Red+Green+Blue) = 187+164+26=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41A is #445BE5. Grayscale: #9B9B9B. Windows color (decimal): -4479974 or 1746107. OLE color: 1746107.
HSL color Cylindrical-coordinate representation of color #BBA41A: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA41A is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 26 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.27 |
| HSL | 51.43º | 0.76% | 0.42% | - |
| HSV(B) | 51.43º | 0.86% | 0.73% | - |
| XYZ | 33.96 | 37.19 | 6.37 | - |
| YUV | 155.15 | 55.12 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 26 | 0 | 0.12 | 0.86 | 0.27 | 51.43 | 0.76 | 0.42 |
| Hex | BB | A4 | 1A | 0 | C | 56 | 1B | 33 | 4C | 2A |
| Octal | 273 | 244 | 32 | 0 | 14 | 126 | 33 | 63 | 114 | 52 |
| Binary | 10111011 | 10100100 | 11010 | 0 | 1100 | 1010110 | 11011 | 110011 | 1001100 | 101010 |
Color Harmonies of #BBA41A
Complementary color
Monochromatic Colors of #BBA41A
Black with #BBA41A
Text Example
Text Example
White with #BBA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA41A; }
p { color: rgb(187,164,26); }
H1.HeaderClassName
{
color: #BBA41A;
}
.AnyTagClassName
{
color: #BBA41A;
}
</style>
background-color css
<style>
a { background-color: #BBA41A; }
a { background-color: rgb(187,164,26); }
div.DivClassName
{
background-color: #BBA41A;
}
.BgClassName
{
background-color: #BBA41A;
}
</style>
border-color css
<style>
span { border-color: #BBA41A; }
span { border-color: rgb(187,164,26); }
td.TdClassName
{
border-color: #BBA41A;
}
.TagClassName
{
border-color: #BBA41A;
}
</style>