Shades of Earls Green #BDB01F
Tints of Earls Green #BDB01F
RGB
CMYK
RGB Variations
Color information
#BDB01F (or 0xBDB01F) is known color: Earls Green. HEX triplet: BD, B0 and 1F. RGB value is (189,176,31). Sum of RGB (Red+Green+Blue) = 189+176+31=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB01F is #424FE0. Grayscale: #A3A3A3. Windows color (decimal): -4345825 or 2076861. OLE color: 2076861.
HSL color Cylindrical-coordinate representation of color #BDB01F: hue angle of 55.06º 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 #BDB01F is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 31 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.26 |
| HSL | 55.06º | 0.72% | 0.43% | - |
| HSV(B) | 55.06º | 0.84% | 0.74% | - |
| XYZ | 36.76 | 41.97 | 7.46 | - |
| YUV | 163.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 31 | 0 | 0.07 | 0.84 | 0.26 | 55.06 | 0.72 | 0.43 |
| Hex | BD | B0 | 1F | 0 | 7 | 54 | 1A | 37 | 48 | 2B |
| Octal | 275 | 260 | 37 | 0 | 7 | 124 | 32 | 67 | 110 | 53 |
| Binary | 10111101 | 10110000 | 11111 | 0 | 111 | 1010100 | 11010 | 110111 | 1001000 | 101011 |
Color Harmonies of #BDB01F
Complementary color
Monochromatic Colors of #BDB01F
Black with #BDB01F
Text Example
Text Example
White with #BDB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB01F; }
p { color: rgb(189,176,31); }
H1.HeaderClassName
{
color: #BDB01F;
}
.AnyTagClassName
{
color: #BDB01F;
}
</style>
background-color css
<style>
a { background-color: #BDB01F; }
a { background-color: rgb(189,176,31); }
div.DivClassName
{
background-color: #BDB01F;
}
.BgClassName
{
background-color: #BDB01F;
}
</style>
border-color css
<style>
span { border-color: #BDB01F; }
span { border-color: rgb(189,176,31); }
td.TdClassName
{
border-color: #BDB01F;
}
.TagClassName
{
border-color: #BDB01F;
}
</style>