Shades of Earls Green #BDA51B
Tints of Earls Green #BDA51B
RGB
CMYK
RGB Variations
Color information
#BDA51B (or 0xBDA51B) is known color: Earls Green. HEX triplet: BD, A5 and 1B. RGB value is (189,165,27). Sum of RGB (Red+Green+Blue) = 189+165+27=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA51B is #425AE4. Grayscale: #9D9D9D. Windows color (decimal): -4348645 or 1811901. OLE color: 1811901.
HSL color Cylindrical-coordinate representation of color #BDA51B: hue angle of 51.11º 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 #BDA51B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.26 |
| HSL | 51.11º | 0.75% | 0.42% | - |
| HSV(B) | 51.11º | 0.86% | 0.74% | - |
| XYZ | 34.64 | 37.81 | 6.51 | - |
| YUV | 156.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 27 | 0 | 0.13 | 0.86 | 0.26 | 51.11 | 0.75 | 0.42 |
| Hex | BD | A5 | 1B | 0 | D | 56 | 1A | 33 | 4B | 2A |
| Octal | 275 | 245 | 33 | 0 | 15 | 126 | 32 | 63 | 113 | 52 |
| Binary | 10111101 | 10100101 | 11011 | 0 | 1101 | 1010110 | 11010 | 110011 | 1001011 | 101010 |
Color Harmonies of #BDA51B
Complementary color
Monochromatic Colors of #BDA51B
Black with #BDA51B
Text Example
Text Example
White with #BDA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA51B; }
p { color: rgb(189,165,27); }
H1.HeaderClassName
{
color: #BDA51B;
}
.AnyTagClassName
{
color: #BDA51B;
}
</style>
background-color css
<style>
a { background-color: #BDA51B; }
a { background-color: rgb(189,165,27); }
div.DivClassName
{
background-color: #BDA51B;
}
.BgClassName
{
background-color: #BDA51B;
}
</style>
border-color css
<style>
span { border-color: #BDA51B; }
span { border-color: rgb(189,165,27); }
td.TdClassName
{
border-color: #BDA51B;
}
.TagClassName
{
border-color: #BDA51B;
}
</style>