Shades of Earls Green #BDA51C
Tints of Earls Green #BDA51C
RGB
CMYK
RGB Variations
Color information
#BDA51C (or 0xBDA51C) is known color: Earls Green. HEX triplet: BD, A5 and 1C. RGB value is (189,165,28). Sum of RGB (Red+Green+Blue) = 189+165+28=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA51C is #425AE3. Grayscale: #9D9D9D. Windows color (decimal): -4348644 or 1877437. OLE color: 1877437.
HSL color Cylindrical-coordinate representation of color #BDA51C: hue angle of 51.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA51C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.26 |
| HSL | 51.06º | 0.74% | 0.43% | - |
| HSV(B) | 51.06º | 0.85% | 0.74% | - |
| XYZ | 34.65 | 37.81 | 6.57 | - |
| YUV | 156.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 28 | 0 | 0.13 | 0.85 | 0.26 | 51.06 | 0.74 | 0.43 |
| Hex | BD | A5 | 1C | 0 | D | 55 | 1A | 33 | 4A | 2B |
| Octal | 275 | 245 | 34 | 0 | 15 | 125 | 32 | 63 | 112 | 53 |
| Binary | 10111101 | 10100101 | 11100 | 0 | 1101 | 1010101 | 11010 | 110011 | 1001010 | 101011 |
Color Harmonies of #BDA51C
Complementary color
Monochromatic Colors of #BDA51C
Black with #BDA51C
Text Example
Text Example
White with #BDA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA51C; }
p { color: rgb(189,165,28); }
H1.HeaderClassName
{
color: #BDA51C;
}
.AnyTagClassName
{
color: #BDA51C;
}
</style>
background-color css
<style>
a { background-color: #BDA51C; }
a { background-color: rgb(189,165,28); }
div.DivClassName
{
background-color: #BDA51C;
}
.BgClassName
{
background-color: #BDA51C;
}
</style>
border-color css
<style>
span { border-color: #BDA51C; }
span { border-color: rgb(189,165,28); }
td.TdClassName
{
border-color: #BDA51C;
}
.TagClassName
{
border-color: #BDA51C;
}
</style>