Shades of Earls Green #BBB327
Tints of Earls Green #BBB327
RGB
CMYK
RGB Variations
Color information
#BBB327 (or 0xBBB327) is known color: Earls Green. HEX triplet: BB, B3 and 27. RGB value is (187,179,39). Sum of RGB (Red+Green+Blue) = 187+179+39=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB327 is #444CD8. Grayscale: #A6A6A6. Windows color (decimal): -4476121 or 2601915. OLE color: 2601915.
HSL color Cylindrical-coordinate representation of color #BBB327: hue angle of 56.76º 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 #BBB327 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 39 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.27 |
| HSL | 56.76º | 0.65% | 0.44% | - |
| HSV(B) | 56.76º | 0.79% | 0.73% | - |
| XYZ | 36.98 | 42.95 | 8.26 | - |
| YUV | 165.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 39 | 0 | 0.04 | 0.79 | 0.27 | 56.76 | 0.65 | 0.44 |
| Hex | BB | B3 | 27 | 0 | 4 | 4F | 1B | 39 | 41 | 2C |
| Octal | 273 | 263 | 47 | 0 | 4 | 117 | 33 | 71 | 101 | 54 |
| Binary | 10111011 | 10110011 | 100111 | 0 | 100 | 1001111 | 11011 | 111001 | 1000001 | 101100 |
Color Harmonies of #BBB327
Complementary color
Monochromatic Colors of #BBB327
Black with #BBB327
Text Example
Text Example
White with #BBB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB327; }
p { color: rgb(187,179,39); }
H1.HeaderClassName
{
color: #BBB327;
}
.AnyTagClassName
{
color: #BBB327;
}
</style>
background-color css
<style>
a { background-color: #BBB327; }
a { background-color: rgb(187,179,39); }
div.DivClassName
{
background-color: #BBB327;
}
.BgClassName
{
background-color: #BBB327;
}
</style>
border-color css
<style>
span { border-color: #BBB327; }
span { border-color: rgb(187,179,39); }
td.TdClassName
{
border-color: #BBB327;
}
.TagClassName
{
border-color: #BBB327;
}
</style>