Shades of Earls Green #BBB826
Tints of Earls Green #BBB826
RGB
CMYK
RGB Variations
Color information
#BBB826 (or 0xBBB826) is known color: Earls Green. HEX triplet: BB, B8 and 26. RGB value is (187,184,38). Sum of RGB (Red+Green+Blue) = 187+184+38=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB826 is #4447D9. Grayscale: #A8A8A8. Windows color (decimal): -4474842 or 2537659. OLE color: 2537659.
HSL color Cylindrical-coordinate representation of color #BBB826: hue angle of 58.79º 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 #BBB826 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 38 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.27 |
| HSL | 58.79º | 0.66% | 0.44% | - |
| HSV(B) | 58.79º | 0.8% | 0.73% | - |
| XYZ | 37.98 | 44.99 | 8.51 | - |
| YUV | 168.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 38 | 0 | 0.02 | 0.80 | 0.27 | 58.79 | 0.66 | 0.44 |
| Hex | BB | B8 | 26 | 0 | 2 | 50 | 1B | 3B | 42 | 2C |
| Octal | 273 | 270 | 46 | 0 | 2 | 120 | 33 | 73 | 102 | 54 |
| Binary | 10111011 | 10111000 | 100110 | 0 | 10 | 1010000 | 11011 | 111011 | 1000010 | 101100 |
Color Harmonies of #BBB826
Complementary color
Monochromatic Colors of #BBB826
Black with #BBB826
Text Example
Text Example
White with #BBB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB826; }
p { color: rgb(187,184,38); }
H1.HeaderClassName
{
color: #BBB826;
}
.AnyTagClassName
{
color: #BBB826;
}
</style>
background-color css
<style>
a { background-color: #BBB826; }
a { background-color: rgb(187,184,38); }
div.DivClassName
{
background-color: #BBB826;
}
.BgClassName
{
background-color: #BBB826;
}
</style>
border-color css
<style>
span { border-color: #BBB826; }
span { border-color: rgb(187,184,38); }
td.TdClassName
{
border-color: #BBB826;
}
.TagClassName
{
border-color: #BBB826;
}
</style>