Shades of Earls Green #BDB32A
Tints of Earls Green #BDB32A
RGB
CMYK
RGB Variations
Color information
#BDB32A (or 0xBDB32A) is known color: Earls Green. HEX triplet: BD, B3 and 2A. RGB value is (189,179,42). Sum of RGB (Red+Green+Blue) = 189+179+42=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32A is #424CD5. Grayscale: #A6A6A6. Windows color (decimal): -4345046 or 2798525. OLE color: 2798525.
HSL color Cylindrical-coordinate representation of color #BDB32A: hue angle of 55.92º 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 #BDB32A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 42 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.26 |
| HSL | 55.92º | 0.64% | 0.45% | - |
| HSV(B) | 55.92º | 0.78% | 0.74% | - |
| XYZ | 37.52 | 43.23 | 8.56 | - |
| YUV | 166.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 42 | 0 | 0.05 | 0.78 | 0.26 | 55.92 | 0.64 | 0.45 |
| Hex | BD | B3 | 2A | 0 | 5 | 4E | 1A | 38 | 40 | 2D |
| Octal | 275 | 263 | 52 | 0 | 5 | 116 | 32 | 70 | 100 | 55 |
| Binary | 10111101 | 10110011 | 101010 | 0 | 101 | 1001110 | 11010 | 111000 | 1000000 | 101101 |
Color Harmonies of #BDB32A
Complementary color
Monochromatic Colors of #BDB32A
Black with #BDB32A
Text Example
Text Example
White with #BDB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB32A; }
p { color: rgb(189,179,42); }
H1.HeaderClassName
{
color: #BDB32A;
}
.AnyTagClassName
{
color: #BDB32A;
}
</style>
background-color css
<style>
a { background-color: #BDB32A; }
a { background-color: rgb(189,179,42); }
div.DivClassName
{
background-color: #BDB32A;
}
.BgClassName
{
background-color: #BDB32A;
}
</style>
border-color css
<style>
span { border-color: #BDB32A; }
span { border-color: rgb(189,179,42); }
td.TdClassName
{
border-color: #BDB32A;
}
.TagClassName
{
border-color: #BDB32A;
}
</style>