Shades of Earls Green #BBB32B
Tints of Earls Green #BBB32B
RGB
CMYK
RGB Variations
Color information
#BBB32B (or 0xBBB32B) is known color: Earls Green. HEX triplet: BB, B3 and 2B. RGB value is (187,179,43). Sum of RGB (Red+Green+Blue) = 187+179+43=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32B is #444CD4. Grayscale: #A6A6A6. Windows color (decimal): -4476117 or 2864059. OLE color: 2864059.
HSL color Cylindrical-coordinate representation of color #BBB32B: hue angle of 56.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBB32B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 43 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.27 |
| HSL | 56.67º | 0.63% | 0.45% | - |
| HSV(B) | 56.67º | 0.77% | 0.73% | - |
| XYZ | 37.05 | 42.98 | 8.63 | - |
| YUV | 165.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 43 | 0 | 0.04 | 0.77 | 0.27 | 56.67 | 0.63 | 0.45 |
| Hex | BB | B3 | 2B | 0 | 4 | 4D | 1B | 39 | 3F | 2D |
| Octal | 273 | 263 | 53 | 0 | 4 | 115 | 33 | 71 | 77 | 55 |
| Binary | 10111011 | 10110011 | 101011 | 0 | 100 | 1001101 | 11011 | 111001 | 111111 | 101101 |
Color Harmonies of #BBB32B
Complementary color
Monochromatic Colors of #BBB32B
Black with #BBB32B
Text Example
Text Example
White with #BBB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB32B; }
p { color: rgb(187,179,43); }
H1.HeaderClassName
{
color: #BBB32B;
}
.AnyTagClassName
{
color: #BBB32B;
}
</style>
background-color css
<style>
a { background-color: #BBB32B; }
a { background-color: rgb(187,179,43); }
div.DivClassName
{
background-color: #BBB32B;
}
.BgClassName
{
background-color: #BBB32B;
}
</style>
border-color css
<style>
span { border-color: #BBB32B; }
span { border-color: rgb(187,179,43); }
td.TdClassName
{
border-color: #BBB32B;
}
.TagClassName
{
border-color: #BBB32B;
}
</style>