Shades of Earls Green #BDAB23
Tints of Earls Green #BDAB23
RGB
CMYK
RGB Variations
Color information
#BDAB23 (or 0xBDAB23) is known color: Earls Green. HEX triplet: BD, AB and 23. RGB value is (189,171,35). Sum of RGB (Red+Green+Blue) = 189+171+35=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB23 is #4254DC. Grayscale: #A1A1A1. Windows color (decimal): -4347101 or 2337725. OLE color: 2337725.
HSL color Cylindrical-coordinate representation of color #BDAB23: hue angle of 52.99º 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 #BDAB23 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 35 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.26 |
| HSL | 52.99º | 0.69% | 0.44% | - |
| HSV(B) | 52.99º | 0.81% | 0.74% | - |
| XYZ | 35.85 | 40.07 | 7.43 | - |
| YUV | 160.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 35 | 0 | 0.10 | 0.81 | 0.26 | 52.99 | 0.69 | 0.44 |
| Hex | BD | AB | 23 | 0 | A | 51 | 1A | 35 | 45 | 2C |
| Octal | 275 | 253 | 43 | 0 | 12 | 121 | 32 | 65 | 105 | 54 |
| Binary | 10111101 | 10101011 | 100011 | 0 | 1010 | 1010001 | 11010 | 110101 | 1000101 | 101100 |
Color Harmonies of #BDAB23
Complementary color
Monochromatic Colors of #BDAB23
Black with #BDAB23
Text Example
Text Example
White with #BDAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB23; }
p { color: rgb(189,171,35); }
H1.HeaderClassName
{
color: #BDAB23;
}
.AnyTagClassName
{
color: #BDAB23;
}
</style>
background-color css
<style>
a { background-color: #BDAB23; }
a { background-color: rgb(189,171,35); }
div.DivClassName
{
background-color: #BDAB23;
}
.BgClassName
{
background-color: #BDAB23;
}
</style>
border-color css
<style>
span { border-color: #BDAB23; }
span { border-color: rgb(189,171,35); }
td.TdClassName
{
border-color: #BDAB23;
}
.TagClassName
{
border-color: #BDAB23;
}
</style>