Shades of Earls Green #BDB42D
Tints of Earls Green #BDB42D
RGB
CMYK
RGB Variations
Color information
#BDB42D (or 0xBDB42D) is known color: Earls Green. HEX triplet: BD, B4 and 2D. RGB value is (189,180,45). Sum of RGB (Red+Green+Blue) = 189+180+45=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB42D is #424BD2. Grayscale: #A7A7A7. Windows color (decimal): -4344787 or 2995389. OLE color: 2995389.
HSL color Cylindrical-coordinate representation of color #BDB42D: hue angle of 56.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDB42D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 45 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 56.25º | 0.62% | 0.46% | - |
| HSV(B) | 56.25º | 0.76% | 0.74% | - |
| XYZ | 37.78 | 43.65 | 8.92 | - |
| YUV | 167.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 45 | 0 | 0.05 | 0.76 | 0.26 | 56.25 | 0.62 | 0.46 |
| Hex | BD | B4 | 2D | 0 | 5 | 4C | 1A | 38 | 3E | 2E |
| Octal | 275 | 264 | 55 | 0 | 5 | 114 | 32 | 70 | 76 | 56 |
| Binary | 10111101 | 10110100 | 101101 | 0 | 101 | 1001100 | 11010 | 111000 | 111110 | 101110 |
Color Harmonies of #BDB42D
Complementary color
Monochromatic Colors of #BDB42D
Black with #BDB42D
Text Example
Text Example
White with #BDB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB42D; }
p { color: rgb(189,180,45); }
H1.HeaderClassName
{
color: #BDB42D;
}
.AnyTagClassName
{
color: #BDB42D;
}
</style>
background-color css
<style>
a { background-color: #BDB42D; }
a { background-color: rgb(189,180,45); }
div.DivClassName
{
background-color: #BDB42D;
}
.BgClassName
{
background-color: #BDB42D;
}
</style>
border-color css
<style>
span { border-color: #BDB42D; }
span { border-color: rgb(189,180,45); }
td.TdClassName
{
border-color: #BDB42D;
}
.TagClassName
{
border-color: #BDB42D;
}
</style>