Shades of Earls Green #BBB722
Tints of Earls Green #BBB722
RGB
CMYK
RGB Variations
Color information
#BBB722 (or 0xBBB722) is known color: Earls Green. HEX triplet: BB, B7 and 22. RGB value is (187,183,34). Sum of RGB (Red+Green+Blue) = 187+183+34=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB722 is #4448DD. Grayscale: #A7A7A7. Windows color (decimal): -4475102 or 2275259. OLE color: 2275259.
HSL color Cylindrical-coordinate representation of color #BBB722: hue angle of 58.43º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBB722 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 34 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.27 |
| HSL | 58.43º | 0.69% | 0.43% | - |
| HSV(B) | 58.43º | 0.82% | 0.73% | - |
| XYZ | 37.72 | 44.55 | 8.12 | - |
| YUV | 167.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 34 | 0 | 0.02 | 0.82 | 0.27 | 58.43 | 0.69 | 0.43 |
| Hex | BB | B7 | 22 | 0 | 2 | 52 | 1B | 3A | 45 | 2B |
| Octal | 273 | 267 | 42 | 0 | 2 | 122 | 33 | 72 | 105 | 53 |
| Binary | 10111011 | 10110111 | 100010 | 0 | 10 | 1010010 | 11011 | 111010 | 1000101 | 101011 |
Color Harmonies of #BBB722
Complementary color
Monochromatic Colors of #BBB722
Black with #BBB722
Text Example
Text Example
White with #BBB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB722; }
p { color: rgb(187,183,34); }
H1.HeaderClassName
{
color: #BBB722;
}
.AnyTagClassName
{
color: #BBB722;
}
</style>
background-color css
<style>
a { background-color: #BBB722; }
a { background-color: rgb(187,183,34); }
div.DivClassName
{
background-color: #BBB722;
}
.BgClassName
{
background-color: #BBB722;
}
</style>
border-color css
<style>
span { border-color: #BBB722; }
span { border-color: rgb(187,183,34); }
td.TdClassName
{
border-color: #BBB722;
}
.TagClassName
{
border-color: #BBB722;
}
</style>