Shades of Earls Green #BBA31B
Tints of Earls Green #BBA31B
RGB
CMYK
RGB Variations
Color information
#BBA31B (or 0xBBA31B) is known color: Earls Green. HEX triplet: BB, A3 and 1B. RGB value is (187,163,27). Sum of RGB (Red+Green+Blue) = 187+163+27=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31B is #445CE4. Grayscale: #9B9B9B. Windows color (decimal): -4480229 or 1811387. OLE color: 1811387.
HSL color Cylindrical-coordinate representation of color #BBA31B: hue angle of 51º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA31B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.27 |
| HSL | 51º | 0.75% | 0.42% | - |
| HSV(B) | 51º | 0.86% | 0.73% | - |
| XYZ | 33.79 | 36.84 | 6.37 | - |
| YUV | 154.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 27 | 0 | 0.13 | 0.86 | 0.27 | 51 | 0.75 | 0.42 |
| Hex | BB | A3 | 1B | 0 | D | 56 | 1B | 33 | 4B | 2A |
| Octal | 273 | 243 | 33 | 0 | 15 | 126 | 33 | 63 | 113 | 52 |
| Binary | 10111011 | 10100011 | 11011 | 0 | 1101 | 1010110 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #BBA31B
Complementary color
Monochromatic Colors of #BBA31B
Black with #BBA31B
Text Example
Text Example
White with #BBA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA31B; }
p { color: rgb(187,163,27); }
H1.HeaderClassName
{
color: #BBA31B;
}
.AnyTagClassName
{
color: #BBA31B;
}
</style>
background-color css
<style>
a { background-color: #BBA31B; }
a { background-color: rgb(187,163,27); }
div.DivClassName
{
background-color: #BBA31B;
}
.BgClassName
{
background-color: #BBA31B;
}
</style>
border-color css
<style>
span { border-color: #BBA31B; }
span { border-color: rgb(187,163,27); }
td.TdClassName
{
border-color: #BBA31B;
}
.TagClassName
{
border-color: #BBA31B;
}
</style>