Shades of Earls Green #BBB31C
Tints of Earls Green #BBB31C
RGB
CMYK
RGB Variations
Color information
#BBB31C (or 0xBBB31C) is known color: Earls Green. HEX triplet: BB, B3 and 1C. RGB value is (187,179,28). Sum of RGB (Red+Green+Blue) = 187+179+28=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB31C is #444CE3. Grayscale: #A4A4A4. Windows color (decimal): -4476132 or 1881019. OLE color: 1881019.
HSL color Cylindrical-coordinate representation of color #BBB31C: hue angle of 56.98º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBB31C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 28 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.27 |
| HSL | 56.98º | 0.74% | 0.42% | - |
| HSV(B) | 56.98º | 0.85% | 0.73% | - |
| XYZ | 36.82 | 42.89 | 7.44 | - |
| YUV | 164.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 28 | 0 | 0.04 | 0.85 | 0.27 | 56.98 | 0.74 | 0.42 |
| Hex | BB | B3 | 1C | 0 | 4 | 55 | 1B | 39 | 4A | 2A |
| Octal | 273 | 263 | 34 | 0 | 4 | 125 | 33 | 71 | 112 | 52 |
| Binary | 10111011 | 10110011 | 11100 | 0 | 100 | 1010101 | 11011 | 111001 | 1001010 | 101010 |
Color Harmonies of #BBB31C
Complementary color
Monochromatic Colors of #BBB31C
Black with #BBB31C
Text Example
Text Example
White with #BBB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB31C; }
p { color: rgb(187,179,28); }
H1.HeaderClassName
{
color: #BBB31C;
}
.AnyTagClassName
{
color: #BBB31C;
}
</style>
background-color css
<style>
a { background-color: #BBB31C; }
a { background-color: rgb(187,179,28); }
div.DivClassName
{
background-color: #BBB31C;
}
.BgClassName
{
background-color: #BBB31C;
}
</style>
border-color css
<style>
span { border-color: #BBB31C; }
span { border-color: rgb(187,179,28); }
td.TdClassName
{
border-color: #BBB31C;
}
.TagClassName
{
border-color: #BBB31C;
}
</style>