Shades of Earls Green #BDA622
Tints of Earls Green #BDA622
RGB
CMYK
RGB Variations
Color information
#BDA622 (or 0xBDA622) is known color: Earls Green. HEX triplet: BD, A6 and 22. RGB value is (189,166,34). Sum of RGB (Red+Green+Blue) = 189+166+34=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA622 is #4259DD. Grayscale: #9E9E9E. Windows color (decimal): -4348382 or 2270909. OLE color: 2270909.
HSL color Cylindrical-coordinate representation of color #BDA622: hue angle of 51.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDA622 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 34 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.26 |
| HSL | 51.1º | 0.7% | 0.44% | - |
| HSV(B) | 51.1º | 0.82% | 0.74% | - |
| XYZ | 34.91 | 38.21 | 7.05 | - |
| YUV | 157.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 34 | 0 | 0.12 | 0.82 | 0.26 | 51.1 | 0.7 | 0.44 |
| Hex | BD | A6 | 22 | 0 | C | 52 | 1A | 33 | 46 | 2C |
| Octal | 275 | 246 | 42 | 0 | 14 | 122 | 32 | 63 | 106 | 54 |
| Binary | 10111101 | 10100110 | 100010 | 0 | 1100 | 1010010 | 11010 | 110011 | 1000110 | 101100 |
Color Harmonies of #BDA622
Complementary color
Monochromatic Colors of #BDA622
Black with #BDA622
Text Example
Text Example
White with #BDA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA622; }
p { color: rgb(189,166,34); }
H1.HeaderClassName
{
color: #BDA622;
}
.AnyTagClassName
{
color: #BDA622;
}
</style>
background-color css
<style>
a { background-color: #BDA622; }
a { background-color: rgb(189,166,34); }
div.DivClassName
{
background-color: #BDA622;
}
.BgClassName
{
background-color: #BDA622;
}
</style>
border-color css
<style>
span { border-color: #BDA622; }
span { border-color: rgb(189,166,34); }
td.TdClassName
{
border-color: #BDA622;
}
.TagClassName
{
border-color: #BDA622;
}
</style>