Shades of Earls Green #BDA62B
Tints of Earls Green #BDA62B
RGB
CMYK
RGB Variations
Color information
#BDA62B (or 0xBDA62B) is known color: Earls Green. HEX triplet: BD, A6 and 2B. RGB value is (189,166,43). Sum of RGB (Red+Green+Blue) = 189+166+43=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA62B is #4259D4. Grayscale: #9F9F9F. Windows color (decimal): -4348373 or 2860733. OLE color: 2860733.
HSL color Cylindrical-coordinate representation of color #BDA62B: hue angle of 50.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA62B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 43 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.26 |
| HSL | 50.55º | 0.63% | 0.45% | - |
| HSV(B) | 50.55º | 0.77% | 0.74% | - |
| XYZ | 35.06 | 38.27 | 7.82 | - |
| YUV | 158.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 43 | 0 | 0.12 | 0.77 | 0.26 | 50.55 | 0.63 | 0.45 |
| Hex | BD | A6 | 2B | 0 | C | 4D | 1A | 33 | 3F | 2D |
| Octal | 275 | 246 | 53 | 0 | 14 | 115 | 32 | 63 | 77 | 55 |
| Binary | 10111101 | 10100110 | 101011 | 0 | 1100 | 1001101 | 11010 | 110011 | 111111 | 101101 |
Color Harmonies of #BDA62B
Complementary color
Monochromatic Colors of #BDA62B
Black with #BDA62B
Text Example
Text Example
White with #BDA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA62B; }
p { color: rgb(189,166,43); }
H1.HeaderClassName
{
color: #BDA62B;
}
.AnyTagClassName
{
color: #BDA62B;
}
</style>
background-color css
<style>
a { background-color: #BDA62B; }
a { background-color: rgb(189,166,43); }
div.DivClassName
{
background-color: #BDA62B;
}
.BgClassName
{
background-color: #BDA62B;
}
</style>
border-color css
<style>
span { border-color: #BDA62B; }
span { border-color: rgb(189,166,43); }
td.TdClassName
{
border-color: #BDA62B;
}
.TagClassName
{
border-color: #BDA62B;
}
</style>