Shades of Earls Green #BBB231
Tints of Earls Green #BBB231
RGB
CMYK
RGB Variations
Color information
#BBB231 (or 0xBBB231) is known color: Earls Green. HEX triplet: BB, B2 and 31. RGB value is (187,178,49). Sum of RGB (Red+Green+Blue) = 187+178+49=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB231 is #444DCE. Grayscale: #A6A6A6. Windows color (decimal): -4476367 or 3257019. OLE color: 3257019.
HSL color Cylindrical-coordinate representation of color #BBB231: hue angle of 56.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB231 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 49 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.27 |
| HSL | 56.09º | 0.58% | 0.46% | - |
| HSV(B) | 56.09º | 0.74% | 0.73% | - |
| XYZ | 36.97 | 42.63 | 9.19 | - |
| YUV | 165.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 49 | 0 | 0.05 | 0.74 | 0.27 | 56.09 | 0.58 | 0.46 |
| Hex | BB | B2 | 31 | 0 | 5 | 4A | 1B | 38 | 3A | 2E |
| Octal | 273 | 262 | 61 | 0 | 5 | 112 | 33 | 70 | 72 | 56 |
| Binary | 10111011 | 10110010 | 110001 | 0 | 101 | 1001010 | 11011 | 111000 | 111010 | 101110 |
Color Harmonies of #BBB231
Complementary color
Monochromatic Colors of #BBB231
Black with #BBB231
Text Example
Text Example
White with #BBB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB231; }
p { color: rgb(187,178,49); }
H1.HeaderClassName
{
color: #BBB231;
}
.AnyTagClassName
{
color: #BBB231;
}
</style>
background-color css
<style>
a { background-color: #BBB231; }
a { background-color: rgb(187,178,49); }
div.DivClassName
{
background-color: #BBB231;
}
.BgClassName
{
background-color: #BBB231;
}
</style>
border-color css
<style>
span { border-color: #BBB231; }
span { border-color: rgb(187,178,49); }
td.TdClassName
{
border-color: #BBB231;
}
.TagClassName
{
border-color: #BBB231;
}
</style>