Shades of Earls Green #BDA623
Tints of Earls Green #BDA623
RGB
CMYK
RGB Variations
Color information
#BDA623 (or 0xBDA623) is known color: Earls Green. HEX triplet: BD, A6 and 23. RGB value is (189,166,35). Sum of RGB (Red+Green+Blue) = 189+166+35=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA623 is #4259DC. Grayscale: #9E9E9E. Windows color (decimal): -4348381 or 2336445. OLE color: 2336445.
HSL color Cylindrical-coordinate representation of color #BDA623: hue angle of 51.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDA623 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 35 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.26 |
| HSL | 51.04º | 0.69% | 0.44% | - |
| HSV(B) | 51.04º | 0.81% | 0.74% | - |
| XYZ | 34.93 | 38.21 | 7.13 | - |
| YUV | 157.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 35 | 0 | 0.12 | 0.81 | 0.26 | 51.04 | 0.69 | 0.44 |
| Hex | BD | A6 | 23 | 0 | C | 51 | 1A | 33 | 45 | 2C |
| Octal | 275 | 246 | 43 | 0 | 14 | 121 | 32 | 63 | 105 | 54 |
| Binary | 10111101 | 10100110 | 100011 | 0 | 1100 | 1010001 | 11010 | 110011 | 1000101 | 101100 |
Color Harmonies of #BDA623
Complementary color
Monochromatic Colors of #BDA623
Black with #BDA623
Text Example
Text Example
White with #BDA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA623; }
p { color: rgb(189,166,35); }
H1.HeaderClassName
{
color: #BDA623;
}
.AnyTagClassName
{
color: #BDA623;
}
</style>
background-color css
<style>
a { background-color: #BDA623; }
a { background-color: rgb(189,166,35); }
div.DivClassName
{
background-color: #BDA623;
}
.BgClassName
{
background-color: #BDA623;
}
</style>
border-color css
<style>
span { border-color: #BDA623; }
span { border-color: rgb(189,166,35); }
td.TdClassName
{
border-color: #BDA623;
}
.TagClassName
{
border-color: #BDA623;
}
</style>