Shades of Earls Green #BBA31C
Tints of Earls Green #BBA31C
RGB
CMYK
RGB Variations
Color information
#BBA31C (or 0xBBA31C) is known color: Earls Green. HEX triplet: BB, A3 and 1C. RGB value is (187,163,28). Sum of RGB (Red+Green+Blue) = 187+163+28=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31C is #445CE3. Grayscale: #9B9B9B. Windows color (decimal): -4480228 or 1876923. OLE color: 1876923.
HSL color Cylindrical-coordinate representation of color #BBA31C: hue angle of 50.94º 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 #BBA31C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.27 |
| HSL | 50.94º | 0.74% | 0.42% | - |
| HSV(B) | 50.94º | 0.85% | 0.73% | - |
| XYZ | 33.8 | 36.84 | 6.43 | - |
| YUV | 154.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 28 | 0 | 0.13 | 0.85 | 0.27 | 50.94 | 0.74 | 0.42 |
| Hex | BB | A3 | 1C | 0 | D | 55 | 1B | 33 | 4A | 2A |
| Octal | 273 | 243 | 34 | 0 | 15 | 125 | 33 | 63 | 112 | 52 |
| Binary | 10111011 | 10100011 | 11100 | 0 | 1101 | 1010101 | 11011 | 110011 | 1001010 | 101010 |
Color Harmonies of #BBA31C
Complementary color
Monochromatic Colors of #BBA31C
Black with #BBA31C
Text Example
Text Example
White with #BBA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA31C; }
p { color: rgb(187,163,28); }
H1.HeaderClassName
{
color: #BBA31C;
}
.AnyTagClassName
{
color: #BBA31C;
}
</style>
background-color css
<style>
a { background-color: #BBA31C; }
a { background-color: rgb(187,163,28); }
div.DivClassName
{
background-color: #BBA31C;
}
.BgClassName
{
background-color: #BBA31C;
}
</style>
border-color css
<style>
span { border-color: #BBA31C; }
span { border-color: rgb(187,163,28); }
td.TdClassName
{
border-color: #BBA31C;
}
.TagClassName
{
border-color: #BBA31C;
}
</style>