Shades of Earls Green #BDA41B
Tints of Earls Green #BDA41B
RGB
CMYK
RGB Variations
Color information
#BDA41B (or 0xBDA41B) is known color: Earls Green. HEX triplet: BD, A4 and 1B. RGB value is (189,164,27). Sum of RGB (Red+Green+Blue) = 189+164+27=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA41B is #425BE4. Grayscale: #9C9C9C. Windows color (decimal): -4348901 or 1811645. OLE color: 1811645.
HSL color Cylindrical-coordinate representation of color #BDA41B: hue angle of 50.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDA41B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.26 |
| HSL | 50.74º | 0.75% | 0.42% | - |
| HSV(B) | 50.74º | 0.86% | 0.74% | - |
| XYZ | 34.46 | 37.45 | 6.45 | - |
| YUV | 155.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 27 | 0 | 0.13 | 0.86 | 0.26 | 50.74 | 0.75 | 0.42 |
| Hex | BD | A4 | 1B | 0 | D | 56 | 1A | 33 | 4B | 2A |
| Octal | 275 | 244 | 33 | 0 | 15 | 126 | 32 | 63 | 113 | 52 |
| Binary | 10111101 | 10100100 | 11011 | 0 | 1101 | 1010110 | 11010 | 110011 | 1001011 | 101010 |
Color Harmonies of #BDA41B
Complementary color
Monochromatic Colors of #BDA41B
Black with #BDA41B
Text Example
Text Example
White with #BDA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA41B; }
p { color: rgb(189,164,27); }
H1.HeaderClassName
{
color: #BDA41B;
}
.AnyTagClassName
{
color: #BDA41B;
}
</style>
background-color css
<style>
a { background-color: #BDA41B; }
a { background-color: rgb(189,164,27); }
div.DivClassName
{
background-color: #BDA41B;
}
.BgClassName
{
background-color: #BDA41B;
}
</style>
border-color css
<style>
span { border-color: #BDA41B; }
span { border-color: rgb(189,164,27); }
td.TdClassName
{
border-color: #BDA41B;
}
.TagClassName
{
border-color: #BDA41B;
}
</style>