Shades of Earls Green #BBAD32
Tints of Earls Green #BBAD32
RGB
CMYK
RGB Variations
Color information
#BBAD32 (or 0xBBAD32) is known color: Earls Green. HEX triplet: BB, AD and 32. RGB value is (187,173,50). Sum of RGB (Red+Green+Blue) = 187+173+50=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD32 is #4452CD. Grayscale: #A3A3A3. Windows color (decimal): -4477646 or 3321275. OLE color: 3321275.
HSL color Cylindrical-coordinate representation of color #BBAD32: hue angle of 53.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBAD32 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 50 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.27 |
| HSL | 53.87º | 0.58% | 0.46% | - |
| HSV(B) | 53.87º | 0.73% | 0.73% | - |
| XYZ | 36.01 | 40.68 | 8.97 | - |
| YUV | 163.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 50 | 0 | 0.07 | 0.73 | 0.27 | 53.87 | 0.58 | 0.46 |
| Hex | BB | AD | 32 | 0 | 7 | 49 | 1B | 36 | 3A | 2E |
| Octal | 273 | 255 | 62 | 0 | 7 | 111 | 33 | 66 | 72 | 56 |
| Binary | 10111011 | 10101101 | 110010 | 0 | 111 | 1001001 | 11011 | 110110 | 111010 | 101110 |
Color Harmonies of #BBAD32
Complementary color
Monochromatic Colors of #BBAD32
Black with #BBAD32
Text Example
Text Example
White with #BBAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD32; }
p { color: rgb(187,173,50); }
H1.HeaderClassName
{
color: #BBAD32;
}
.AnyTagClassName
{
color: #BBAD32;
}
</style>
background-color css
<style>
a { background-color: #BBAD32; }
a { background-color: rgb(187,173,50); }
div.DivClassName
{
background-color: #BBAD32;
}
.BgClassName
{
background-color: #BBAD32;
}
</style>
border-color css
<style>
span { border-color: #BBAD32; }
span { border-color: rgb(187,173,50); }
td.TdClassName
{
border-color: #BBAD32;
}
.TagClassName
{
border-color: #BBAD32;
}
</style>