Shades of Earls Green #BBAD1D
Tints of Earls Green #BBAD1D
RGB
CMYK
RGB Variations
Color information
#BBAD1D (or 0xBBAD1D) is known color: Earls Green. HEX triplet: BB, AD and 1D. RGB value is (187,173,29). Sum of RGB (Red+Green+Blue) = 187+173+29=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD1D is #4452E2. Grayscale: #A1A1A1. Windows color (decimal): -4477667 or 1945019. OLE color: 1945019.
HSL color Cylindrical-coordinate representation of color #BBAD1D: hue angle of 54.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBAD1D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 29 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.27 |
| HSL | 54.68º | 0.73% | 0.42% | - |
| HSV(B) | 54.68º | 0.84% | 0.73% | - |
| XYZ | 35.66 | 40.54 | 7.11 | - |
| YUV | 160.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 29 | 0 | 0.07 | 0.84 | 0.27 | 54.68 | 0.73 | 0.42 |
| Hex | BB | AD | 1D | 0 | 7 | 54 | 1B | 37 | 49 | 2A |
| Octal | 273 | 255 | 35 | 0 | 7 | 124 | 33 | 67 | 111 | 52 |
| Binary | 10111011 | 10101101 | 11101 | 0 | 111 | 1010100 | 11011 | 110111 | 1001001 | 101010 |
Color Harmonies of #BBAD1D
Complementary color
Monochromatic Colors of #BBAD1D
Black with #BBAD1D
Text Example
Text Example
White with #BBAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD1D; }
p { color: rgb(187,173,29); }
H1.HeaderClassName
{
color: #BBAD1D;
}
.AnyTagClassName
{
color: #BBAD1D;
}
</style>
background-color css
<style>
a { background-color: #BBAD1D; }
a { background-color: rgb(187,173,29); }
div.DivClassName
{
background-color: #BBAD1D;
}
.BgClassName
{
background-color: #BBAD1D;
}
</style>
border-color css
<style>
span { border-color: #BBAD1D; }
span { border-color: rgb(187,173,29); }
td.TdClassName
{
border-color: #BBAD1D;
}
.TagClassName
{
border-color: #BBAD1D;
}
</style>