Shades of Earls Green #BBAE2B
Tints of Earls Green #BBAE2B
RGB
CMYK
RGB Variations
Color information
#BBAE2B (or 0xBBAE2B) is known color: Earls Green. HEX triplet: BB, AE and 2B. RGB value is (187,174,43). Sum of RGB (Red+Green+Blue) = 187+174+43=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE2B is #4451D4. Grayscale: #A3A3A3. Windows color (decimal): -4477397 or 2862779. OLE color: 2862779.
HSL color Cylindrical-coordinate representation of color #BBAE2B: hue angle of 54.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBAE2B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 43 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.27 |
| HSL | 54.58º | 0.63% | 0.45% | - |
| HSV(B) | 54.58º | 0.77% | 0.73% | - |
| XYZ | 36.07 | 41.01 | 8.3 | - |
| YUV | 162.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 43 | 0 | 0.07 | 0.77 | 0.27 | 54.58 | 0.63 | 0.45 |
| Hex | BB | AE | 2B | 0 | 7 | 4D | 1B | 37 | 3F | 2D |
| Octal | 273 | 256 | 53 | 0 | 7 | 115 | 33 | 67 | 77 | 55 |
| Binary | 10111011 | 10101110 | 101011 | 0 | 111 | 1001101 | 11011 | 110111 | 111111 | 101101 |
Color Harmonies of #BBAE2B
Complementary color
Monochromatic Colors of #BBAE2B
Black with #BBAE2B
Text Example
Text Example
White with #BBAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE2B; }
p { color: rgb(187,174,43); }
H1.HeaderClassName
{
color: #BBAE2B;
}
.AnyTagClassName
{
color: #BBAE2B;
}
</style>
background-color css
<style>
a { background-color: #BBAE2B; }
a { background-color: rgb(187,174,43); }
div.DivClassName
{
background-color: #BBAE2B;
}
.BgClassName
{
background-color: #BBAE2B;
}
</style>
border-color css
<style>
span { border-color: #BBAE2B; }
span { border-color: rgb(187,174,43); }
td.TdClassName
{
border-color: #BBAE2B;
}
.TagClassName
{
border-color: #BBAE2B;
}
</style>