Shades of Earls Green #BBAD2D
Tints of Earls Green #BBAD2D
RGB
CMYK
RGB Variations
Color information
#BBAD2D (or 0xBBAD2D) is known color: Earls Green. HEX triplet: BB, AD and 2D. RGB value is (187,173,45). Sum of RGB (Red+Green+Blue) = 187+173+45=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD2D is #4452D2. Grayscale: #A3A3A3. Windows color (decimal): -4477651 or 2993595. OLE color: 2993595.
HSL color Cylindrical-coordinate representation of color #BBAD2D: hue angle of 54.08º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBAD2D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 45 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.27 |
| HSL | 54.08º | 0.61% | 0.45% | - |
| HSV(B) | 54.08º | 0.76% | 0.73% | - |
| XYZ | 35.91 | 40.64 | 8.43 | - |
| YUV | 162.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 45 | 0 | 0.07 | 0.76 | 0.27 | 54.08 | 0.61 | 0.45 |
| Hex | BB | AD | 2D | 0 | 7 | 4C | 1B | 36 | 3D | 2D |
| Octal | 273 | 255 | 55 | 0 | 7 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111011 | 10101101 | 101101 | 0 | 111 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #BBAD2D
Complementary color
Monochromatic Colors of #BBAD2D
Black with #BBAD2D
Text Example
Text Example
White with #BBAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD2D; }
p { color: rgb(187,173,45); }
H1.HeaderClassName
{
color: #BBAD2D;
}
.AnyTagClassName
{
color: #BBAD2D;
}
</style>
background-color css
<style>
a { background-color: #BBAD2D; }
a { background-color: rgb(187,173,45); }
div.DivClassName
{
background-color: #BBAD2D;
}
.BgClassName
{
background-color: #BBAD2D;
}
</style>
border-color css
<style>
span { border-color: #BBAD2D; }
span { border-color: rgb(187,173,45); }
td.TdClassName
{
border-color: #BBAD2D;
}
.TagClassName
{
border-color: #BBAD2D;
}
</style>