Shades of Earls Green #BBB628
Tints of Earls Green #BBB628
RGB
CMYK
RGB Variations
Color information
#BBB628 (or 0xBBB628) is known color: Earls Green. HEX triplet: BB, B6 and 28. RGB value is (187,182,40). Sum of RGB (Red+Green+Blue) = 187+182+40=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB628 is #4449D7. Grayscale: #A7A7A7. Windows color (decimal): -4475352 or 2668219. OLE color: 2668219.
HSL color Cylindrical-coordinate representation of color #BBB628: hue angle of 57.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBB628 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 40 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.27 |
| HSL | 57.96º | 0.65% | 0.45% | - |
| HSV(B) | 57.96º | 0.79% | 0.73% | - |
| XYZ | 37.6 | 44.17 | 8.55 | - |
| YUV | 167.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 40 | 0 | 0.03 | 0.79 | 0.27 | 57.96 | 0.65 | 0.45 |
| Hex | BB | B6 | 28 | 0 | 3 | 4F | 1B | 3A | 41 | 2D |
| Octal | 273 | 266 | 50 | 0 | 3 | 117 | 33 | 72 | 101 | 55 |
| Binary | 10111011 | 10110110 | 101000 | 0 | 11 | 1001111 | 11011 | 111010 | 1000001 | 101101 |
Color Harmonies of #BBB628
Complementary color
Monochromatic Colors of #BBB628
Black with #BBB628
Text Example
Text Example
White with #BBB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB628; }
p { color: rgb(187,182,40); }
H1.HeaderClassName
{
color: #BBB628;
}
.AnyTagClassName
{
color: #BBB628;
}
</style>
background-color css
<style>
a { background-color: #BBB628; }
a { background-color: rgb(187,182,40); }
div.DivClassName
{
background-color: #BBB628;
}
.BgClassName
{
background-color: #BBB628;
}
</style>
border-color css
<style>
span { border-color: #BBB628; }
span { border-color: rgb(187,182,40); }
td.TdClassName
{
border-color: #BBB628;
}
.TagClassName
{
border-color: #BBB628;
}
</style>