Shades of Earls Green #BDA523
Tints of Earls Green #BDA523
RGB
CMYK
RGB Variations
Color information
#BDA523 (or 0xBDA523) is known color: Earls Green. HEX triplet: BD, A5 and 23. RGB value is (189,165,35). Sum of RGB (Red+Green+Blue) = 189+165+35=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA523 is #425ADC. Grayscale: #9D9D9D. Windows color (decimal): -4348637 or 2336189. OLE color: 2336189.
HSL color Cylindrical-coordinate representation of color #BDA523: hue angle of 50.65º 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 #BDA523 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 35 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.26 |
| HSL | 50.65º | 0.69% | 0.44% | - |
| HSV(B) | 50.65º | 0.81% | 0.74% | - |
| XYZ | 34.74 | 37.85 | 7.06 | - |
| YUV | 157.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 35 | 0 | 0.13 | 0.81 | 0.26 | 50.65 | 0.69 | 0.44 |
| Hex | BD | A5 | 23 | 0 | D | 51 | 1A | 33 | 45 | 2C |
| Octal | 275 | 245 | 43 | 0 | 15 | 121 | 32 | 63 | 105 | 54 |
| Binary | 10111101 | 10100101 | 100011 | 0 | 1101 | 1010001 | 11010 | 110011 | 1000101 | 101100 |
Color Harmonies of #BDA523
Complementary color
Monochromatic Colors of #BDA523
Black with #BDA523
Text Example
Text Example
White with #BDA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA523; }
p { color: rgb(189,165,35); }
H1.HeaderClassName
{
color: #BDA523;
}
.AnyTagClassName
{
color: #BDA523;
}
</style>
background-color css
<style>
a { background-color: #BDA523; }
a { background-color: rgb(189,165,35); }
div.DivClassName
{
background-color: #BDA523;
}
.BgClassName
{
background-color: #BDA523;
}
</style>
border-color css
<style>
span { border-color: #BDA523; }
span { border-color: rgb(189,165,35); }
td.TdClassName
{
border-color: #BDA523;
}
.TagClassName
{
border-color: #BDA523;
}
</style>