Shades of Earls Green #BDB22F
Tints of Earls Green #BDB22F
RGB
CMYK
RGB Variations
Color information
#BDB22F (or 0xBDB22F) is known color: Earls Green. HEX triplet: BD, B2 and 2F. RGB value is (189,178,47). Sum of RGB (Red+Green+Blue) = 189+178+47=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB22F is #424DD0. Grayscale: #A6A6A6. Windows color (decimal): -4345297 or 3125949. OLE color: 3125949.
HSL color Cylindrical-coordinate representation of color #BDB22F: hue angle of 55.35º 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 #BDB22F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 47 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.26 |
| HSL | 55.35º | 0.6% | 0.46% | - |
| HSV(B) | 55.35º | 0.75% | 0.74% | - |
| XYZ | 37.42 | 42.86 | 8.99 | - |
| YUV | 166.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 47 | 0 | 0.06 | 0.75 | 0.26 | 55.35 | 0.6 | 0.46 |
| Hex | BD | B2 | 2F | 0 | 6 | 4B | 1A | 37 | 3C | 2E |
| Octal | 275 | 262 | 57 | 0 | 6 | 113 | 32 | 67 | 74 | 56 |
| Binary | 10111101 | 10110010 | 101111 | 0 | 110 | 1001011 | 11010 | 110111 | 111100 | 101110 |
Color Harmonies of #BDB22F
Complementary color
Monochromatic Colors of #BDB22F
Black with #BDB22F
Text Example
Text Example
White with #BDB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB22F; }
p { color: rgb(189,178,47); }
H1.HeaderClassName
{
color: #BDB22F;
}
.AnyTagClassName
{
color: #BDB22F;
}
</style>
background-color css
<style>
a { background-color: #BDB22F; }
a { background-color: rgb(189,178,47); }
div.DivClassName
{
background-color: #BDB22F;
}
.BgClassName
{
background-color: #BDB22F;
}
</style>
border-color css
<style>
span { border-color: #BDB22F; }
span { border-color: rgb(189,178,47); }
td.TdClassName
{
border-color: #BDB22F;
}
.TagClassName
{
border-color: #BDB22F;
}
</style>