Shades of Earls Green #BBB32A
Tints of Earls Green #BBB32A
RGB
CMYK
RGB Variations
Color information
#BBB32A (or 0xBBB32A) is known color: Earls Green. HEX triplet: BB, B3 and 2A. RGB value is (187,179,42). Sum of RGB (Red+Green+Blue) = 187+179+42=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32A is #444CD5. Grayscale: #A6A6A6. Windows color (decimal): -4476118 or 2798523. OLE color: 2798523.
HSL color Cylindrical-coordinate representation of color #BBB32A: hue angle of 56.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBB32A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 42 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.27 |
| HSL | 56.69º | 0.63% | 0.45% | - |
| HSV(B) | 56.69º | 0.78% | 0.73% | - |
| XYZ | 37.03 | 42.97 | 8.53 | - |
| YUV | 165.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 42 | 0 | 0.04 | 0.78 | 0.27 | 56.69 | 0.63 | 0.45 |
| Hex | BB | B3 | 2A | 0 | 4 | 4E | 1B | 39 | 3F | 2D |
| Octal | 273 | 263 | 52 | 0 | 4 | 116 | 33 | 71 | 77 | 55 |
| Binary | 10111011 | 10110011 | 101010 | 0 | 100 | 1001110 | 11011 | 111001 | 111111 | 101101 |
Color Harmonies of #BBB32A
Complementary color
Monochromatic Colors of #BBB32A
Black with #BBB32A
Text Example
Text Example
White with #BBB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB32A; }
p { color: rgb(187,179,42); }
H1.HeaderClassName
{
color: #BBB32A;
}
.AnyTagClassName
{
color: #BBB32A;
}
</style>
background-color css
<style>
a { background-color: #BBB32A; }
a { background-color: rgb(187,179,42); }
div.DivClassName
{
background-color: #BBB32A;
}
.BgClassName
{
background-color: #BBB32A;
}
</style>
border-color css
<style>
span { border-color: #BBB32A; }
span { border-color: rgb(187,179,42); }
td.TdClassName
{
border-color: #BBB32A;
}
.TagClassName
{
border-color: #BBB32A;
}
</style>