Shades of Earls Green #BBA426
Tints of Earls Green #BBA426
RGB
CMYK
RGB Variations
Color information
#BBA426 (or 0xBBA426) is known color: Earls Green. HEX triplet: BB, A4 and 26. RGB value is (187,164,38). Sum of RGB (Red+Green+Blue) = 187+164+38=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA426 is #445BD9. Grayscale: #9D9D9D. Windows color (decimal): -4479962 or 2532539. OLE color: 2532539.
HSL color Cylindrical-coordinate representation of color #BBA426: hue angle of 50.74º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA426 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 38 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.27 |
| HSL | 50.74º | 0.66% | 0.44% | - |
| HSV(B) | 50.74º | 0.8% | 0.73% | - |
| XYZ | 34.12 | 37.26 | 7.23 | - |
| YUV | 156.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 38 | 0 | 0.12 | 0.80 | 0.27 | 50.74 | 0.66 | 0.44 |
| Hex | BB | A4 | 26 | 0 | C | 50 | 1B | 33 | 42 | 2C |
| Octal | 273 | 244 | 46 | 0 | 14 | 120 | 33 | 63 | 102 | 54 |
| Binary | 10111011 | 10100100 | 100110 | 0 | 1100 | 1010000 | 11011 | 110011 | 1000010 | 101100 |
Color Harmonies of #BBA426
Complementary color
Monochromatic Colors of #BBA426
Black with #BBA426
Text Example
Text Example
White with #BBA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA426; }
p { color: rgb(187,164,38); }
H1.HeaderClassName
{
color: #BBA426;
}
.AnyTagClassName
{
color: #BBA426;
}
</style>
background-color css
<style>
a { background-color: #BBA426; }
a { background-color: rgb(187,164,38); }
div.DivClassName
{
background-color: #BBA426;
}
.BgClassName
{
background-color: #BBA426;
}
</style>
border-color css
<style>
span { border-color: #BBA426; }
span { border-color: rgb(187,164,38); }
td.TdClassName
{
border-color: #BBA426;
}
.TagClassName
{
border-color: #BBA426;
}
</style>