Shades of Earls Green #BDA62A
Tints of Earls Green #BDA62A
RGB
CMYK
RGB Variations
Color information
#BDA62A (or 0xBDA62A) is known color: Earls Green. HEX triplet: BD, A6 and 2A. RGB value is (189,166,42). Sum of RGB (Red+Green+Blue) = 189+166+42=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA62A is #4259D5. Grayscale: #9F9F9F. Windows color (decimal): -4348374 or 2795197. OLE color: 2795197.
HSL color Cylindrical-coordinate representation of color #BDA62A: hue angle of 50.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA62A is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 42 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.26 |
| HSL | 50.61º | 0.64% | 0.45% | - |
| HSV(B) | 50.61º | 0.78% | 0.74% | - |
| XYZ | 35.04 | 38.26 | 7.73 | - |
| YUV | 158.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 42 | 0 | 0.12 | 0.78 | 0.26 | 50.61 | 0.64 | 0.45 |
| Hex | BD | A6 | 2A | 0 | C | 4E | 1A | 33 | 40 | 2D |
| Octal | 275 | 246 | 52 | 0 | 14 | 116 | 32 | 63 | 100 | 55 |
| Binary | 10111101 | 10100110 | 101010 | 0 | 1100 | 1001110 | 11010 | 110011 | 1000000 | 101101 |
Color Harmonies of #BDA62A
Complementary color
Monochromatic Colors of #BDA62A
Black with #BDA62A
Text Example
Text Example
White with #BDA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA62A; }
p { color: rgb(189,166,42); }
H1.HeaderClassName
{
color: #BDA62A;
}
.AnyTagClassName
{
color: #BDA62A;
}
</style>
background-color css
<style>
a { background-color: #BDA62A; }
a { background-color: rgb(189,166,42); }
div.DivClassName
{
background-color: #BDA62A;
}
.BgClassName
{
background-color: #BDA62A;
}
</style>
border-color css
<style>
span { border-color: #BDA62A; }
span { border-color: rgb(189,166,42); }
td.TdClassName
{
border-color: #BDA62A;
}
.TagClassName
{
border-color: #BDA62A;
}
</style>