Shades of Earls Green #BBB627
Tints of Earls Green #BBB627
RGB
CMYK
RGB Variations
Color information
#BBB627 (or 0xBBB627) is known color: Earls Green. HEX triplet: BB, B6 and 27. RGB value is (187,182,39). Sum of RGB (Red+Green+Blue) = 187+182+39=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB627 is #4449D8. Grayscale: #A7A7A7. Windows color (decimal): -4475353 or 2602683. OLE color: 2602683.
HSL color Cylindrical-coordinate representation of color #BBB627: hue angle of 57.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBB627 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 39 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.27 |
| HSL | 57.97º | 0.65% | 0.44% | - |
| HSV(B) | 57.97º | 0.79% | 0.73% | - |
| XYZ | 37.59 | 44.17 | 8.46 | - |
| YUV | 167.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 39 | 0 | 0.03 | 0.79 | 0.27 | 57.97 | 0.65 | 0.44 |
| Hex | BB | B6 | 27 | 0 | 3 | 4F | 1B | 3A | 41 | 2C |
| Octal | 273 | 266 | 47 | 0 | 3 | 117 | 33 | 72 | 101 | 54 |
| Binary | 10111011 | 10110110 | 100111 | 0 | 11 | 1001111 | 11011 | 111010 | 1000001 | 101100 |
Color Harmonies of #BBB627
Complementary color
Monochromatic Colors of #BBB627
Black with #BBB627
Text Example
Text Example
White with #BBB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB627; }
p { color: rgb(187,182,39); }
H1.HeaderClassName
{
color: #BBB627;
}
.AnyTagClassName
{
color: #BBB627;
}
</style>
background-color css
<style>
a { background-color: #BBB627; }
a { background-color: rgb(187,182,39); }
div.DivClassName
{
background-color: #BBB627;
}
.BgClassName
{
background-color: #BBB627;
}
</style>
border-color css
<style>
span { border-color: #BBB627; }
span { border-color: rgb(187,182,39); }
td.TdClassName
{
border-color: #BBB627;
}
.TagClassName
{
border-color: #BBB627;
}
</style>