Shades of Earls Green #BDB32F
Tints of Earls Green #BDB32F
RGB
CMYK
RGB Variations
Color information
#BDB32F (or 0xBDB32F) is known color: Earls Green. HEX triplet: BD, B3 and 2F. RGB value is (189,179,47). Sum of RGB (Red+Green+Blue) = 189+179+47=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32F is #424CD0. Grayscale: #A7A7A7. Windows color (decimal): -4345041 or 3126205. OLE color: 3126205.
HSL color Cylindrical-coordinate representation of color #BDB32F: hue angle of 55.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB32F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 47 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.26 |
| HSL | 55.77º | 0.6% | 0.46% | - |
| HSV(B) | 55.77º | 0.75% | 0.74% | - |
| XYZ | 37.62 | 43.26 | 9.06 | - |
| YUV | 166.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 47 | 0 | 0.05 | 0.75 | 0.26 | 55.77 | 0.6 | 0.46 |
| Hex | BD | B3 | 2F | 0 | 5 | 4B | 1A | 38 | 3C | 2E |
| Octal | 275 | 263 | 57 | 0 | 5 | 113 | 32 | 70 | 74 | 56 |
| Binary | 10111101 | 10110011 | 101111 | 0 | 101 | 1001011 | 11010 | 111000 | 111100 | 101110 |
Color Harmonies of #BDB32F
Complementary color
Monochromatic Colors of #BDB32F
Black with #BDB32F
Text Example
Text Example
White with #BDB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB32F; }
p { color: rgb(189,179,47); }
H1.HeaderClassName
{
color: #BDB32F;
}
.AnyTagClassName
{
color: #BDB32F;
}
</style>
background-color css
<style>
a { background-color: #BDB32F; }
a { background-color: rgb(189,179,47); }
div.DivClassName
{
background-color: #BDB32F;
}
.BgClassName
{
background-color: #BDB32F;
}
</style>
border-color css
<style>
span { border-color: #BDB32F; }
span { border-color: rgb(189,179,47); }
td.TdClassName
{
border-color: #BDB32F;
}
.TagClassName
{
border-color: #BDB32F;
}
</style>