Shades of Earls Green #BBAC23
Tints of Earls Green #BBAC23
RGB
CMYK
RGB Variations
Color information
#BBAC23 (or 0xBBAC23) is known color: Earls Green. HEX triplet: BB, AC and 23. RGB value is (187,172,35). Sum of RGB (Red+Green+Blue) = 187+172+35=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC23 is #4453DC. Grayscale: #A1A1A1. Windows color (decimal): -4477917 or 2337979. OLE color: 2337979.
HSL color Cylindrical-coordinate representation of color #BBAC23: hue angle of 54.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBAC23 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 35 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.27 |
| HSL | 54.08º | 0.68% | 0.44% | - |
| HSV(B) | 54.08º | 0.81% | 0.73% | - |
| XYZ | 35.55 | 40.19 | 7.47 | - |
| YUV | 160.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 35 | 0 | 0.08 | 0.81 | 0.27 | 54.08 | 0.68 | 0.44 |
| Hex | BB | AC | 23 | 0 | 8 | 51 | 1B | 36 | 44 | 2C |
| Octal | 273 | 254 | 43 | 0 | 10 | 121 | 33 | 66 | 104 | 54 |
| Binary | 10111011 | 10101100 | 100011 | 0 | 1000 | 1010001 | 11011 | 110110 | 1000100 | 101100 |
Color Harmonies of #BBAC23
Complementary color
Monochromatic Colors of #BBAC23
Black with #BBAC23
Text Example
Text Example
White with #BBAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC23; }
p { color: rgb(187,172,35); }
H1.HeaderClassName
{
color: #BBAC23;
}
.AnyTagClassName
{
color: #BBAC23;
}
</style>
background-color css
<style>
a { background-color: #BBAC23; }
a { background-color: rgb(187,172,35); }
div.DivClassName
{
background-color: #BBAC23;
}
.BgClassName
{
background-color: #BBAC23;
}
</style>
border-color css
<style>
span { border-color: #BBAC23; }
span { border-color: rgb(187,172,35); }
td.TdClassName
{
border-color: #BBAC23;
}
.TagClassName
{
border-color: #BBAC23;
}
</style>