Shades of Earls Green #BDBA2D
Tints of Earls Green #BDBA2D
RGB
CMYK
RGB Variations
Color information
#BDBA2D (or 0xBDBA2D) is known color: Earls Green. HEX triplet: BD, BA and 2D. RGB value is (189,186,45). Sum of RGB (Red+Green+Blue) = 189+186+45=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA2D is #4245D2. Grayscale: #ABABAB. Windows color (decimal): -4343251 or 2996925. OLE color: 2996925.
HSL color Cylindrical-coordinate representation of color #BDBA2D: hue angle of 58.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDBA2D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 45 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.26 |
| HSL | 58.75º | 0.62% | 0.46% | - |
| HSV(B) | 58.75º | 0.76% | 0.74% | - |
| XYZ | 39.02 | 46.13 | 9.33 | - |
| YUV | 170.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 45 | 0 | 0.02 | 0.76 | 0.26 | 58.75 | 0.62 | 0.46 |
| Hex | BD | BA | 2D | 0 | 2 | 4C | 1A | 3B | 3E | 2E |
| Octal | 275 | 272 | 55 | 0 | 2 | 114 | 32 | 73 | 76 | 56 |
| Binary | 10111101 | 10111010 | 101101 | 0 | 10 | 1001100 | 11010 | 111011 | 111110 | 101110 |
Color Harmonies of #BDBA2D
Complementary color
Monochromatic Colors of #BDBA2D
Black with #BDBA2D
Text Example
Text Example
White with #BDBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA2D; }
p { color: rgb(189,186,45); }
H1.HeaderClassName
{
color: #BDBA2D;
}
.AnyTagClassName
{
color: #BDBA2D;
}
</style>
background-color css
<style>
a { background-color: #BDBA2D; }
a { background-color: rgb(189,186,45); }
div.DivClassName
{
background-color: #BDBA2D;
}
.BgClassName
{
background-color: #BDBA2D;
}
</style>
border-color css
<style>
span { border-color: #BDBA2D; }
span { border-color: rgb(189,186,45); }
td.TdClassName
{
border-color: #BDBA2D;
}
.TagClassName
{
border-color: #BDBA2D;
}
</style>