Shades of Earls Green #BDA31F
Tints of Earls Green #BDA31F
RGB
CMYK
RGB Variations
Color information
#BDA31F (or 0xBDA31F) is known color: Earls Green. HEX triplet: BD, A3 and 1F. RGB value is (189,163,31). Sum of RGB (Red+Green+Blue) = 189+163+31=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA31F is #425CE0. Grayscale: #9C9C9C. Windows color (decimal): -4349153 or 2073533. OLE color: 2073533.
HSL color Cylindrical-coordinate representation of color #BDA31F: hue angle of 50.13º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA31F is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 31 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.26 |
| HSL | 50.13º | 0.72% | 0.43% | - |
| HSV(B) | 50.13º | 0.84% | 0.74% | - |
| XYZ | 34.33 | 37.11 | 6.65 | - |
| YUV | 155.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 31 | 0 | 0.14 | 0.84 | 0.26 | 50.13 | 0.72 | 0.43 |
| Hex | BD | A3 | 1F | 0 | E | 54 | 1A | 32 | 48 | 2B |
| Octal | 275 | 243 | 37 | 0 | 16 | 124 | 32 | 62 | 110 | 53 |
| Binary | 10111101 | 10100011 | 11111 | 0 | 1110 | 1010100 | 11010 | 110010 | 1001000 | 101011 |
Color Harmonies of #BDA31F
Complementary color
Monochromatic Colors of #BDA31F
Black with #BDA31F
Text Example
Text Example
White with #BDA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA31F; }
p { color: rgb(189,163,31); }
H1.HeaderClassName
{
color: #BDA31F;
}
.AnyTagClassName
{
color: #BDA31F;
}
</style>
background-color css
<style>
a { background-color: #BDA31F; }
a { background-color: rgb(189,163,31); }
div.DivClassName
{
background-color: #BDA31F;
}
.BgClassName
{
background-color: #BDA31F;
}
</style>
border-color css
<style>
span { border-color: #BDA31F; }
span { border-color: rgb(189,163,31); }
td.TdClassName
{
border-color: #BDA31F;
}
.TagClassName
{
border-color: #BDA31F;
}
</style>