Shades of Earls Green #BBBA31
Tints of Earls Green #BBBA31
RGB
CMYK
RGB Variations
Color information
#BBBA31 (or 0xBBBA31) is known color: Earls Green. HEX triplet: BB, BA and 31. RGB value is (187,186,49). Sum of RGB (Red+Green+Blue) = 187+186+49=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA31 is #4445CE. Grayscale: #ABABAB. Windows color (decimal): -4474319 or 3259067. OLE color: 3259067.
HSL color Cylindrical-coordinate representation of color #BBBA31: hue angle of 59.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBBA31 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 49 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.27 |
| HSL | 59.57º | 0.58% | 0.46% | - |
| HSV(B) | 59.57º | 0.74% | 0.73% | - |
| XYZ | 38.61 | 45.9 | 9.73 | - |
| YUV | 170.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 49 | 0 | 0.01 | 0.74 | 0.27 | 59.57 | 0.58 | 0.46 |
| Hex | BB | BA | 31 | 0 | 1 | 4A | 1B | 3C | 3A | 2E |
| Octal | 273 | 272 | 61 | 0 | 1 | 112 | 33 | 74 | 72 | 56 |
| Binary | 10111011 | 10111010 | 110001 | 0 | 1 | 1001010 | 11011 | 111100 | 111010 | 101110 |
Color Harmonies of #BBBA31
Complementary color
Monochromatic Colors of #BBBA31
Black with #BBBA31
Text Example
Text Example
White with #BBBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA31; }
p { color: rgb(187,186,49); }
H1.HeaderClassName
{
color: #BBBA31;
}
.AnyTagClassName
{
color: #BBBA31;
}
</style>
background-color css
<style>
a { background-color: #BBBA31; }
a { background-color: rgb(187,186,49); }
div.DivClassName
{
background-color: #BBBA31;
}
.BgClassName
{
background-color: #BBBA31;
}
</style>
border-color css
<style>
span { border-color: #BBBA31; }
span { border-color: rgb(187,186,49); }
td.TdClassName
{
border-color: #BBBA31;
}
.TagClassName
{
border-color: #BBBA31;
}
</style>