Shades of Earls Green #BDB01E
Tints of Earls Green #BDB01E
RGB
CMYK
RGB Variations
Color information
#BDB01E (or 0xBDB01E) is known color: Earls Green. HEX triplet: BD, B0 and 1E. RGB value is (189,176,30). Sum of RGB (Red+Green+Blue) = 189+176+30=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB01E is #424FE1. Grayscale: #A3A3A3. Windows color (decimal): -4345826 or 2011325. OLE color: 2011325.
HSL color Cylindrical-coordinate representation of color #BDB01E: hue angle of 55.09º degrees, saturation: 0.73, 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 #BDB01E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 30 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.26 |
| HSL | 55.09º | 0.73% | 0.43% | - |
| HSV(B) | 55.09º | 0.84% | 0.74% | - |
| XYZ | 36.75 | 41.96 | 7.39 | - |
| YUV | 163.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 30 | 0 | 0.07 | 0.84 | 0.26 | 55.09 | 0.73 | 0.43 |
| Hex | BD | B0 | 1E | 0 | 7 | 54 | 1A | 37 | 49 | 2B |
| Octal | 275 | 260 | 36 | 0 | 7 | 124 | 32 | 67 | 111 | 53 |
| Binary | 10111101 | 10110000 | 11110 | 0 | 111 | 1010100 | 11010 | 110111 | 1001001 | 101011 |
Color Harmonies of #BDB01E
Complementary color
Monochromatic Colors of #BDB01E
Black with #BDB01E
Text Example
Text Example
White with #BDB01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB01E; }
p { color: rgb(189,176,30); }
H1.HeaderClassName
{
color: #BDB01E;
}
.AnyTagClassName
{
color: #BDB01E;
}
</style>
background-color css
<style>
a { background-color: #BDB01E; }
a { background-color: rgb(189,176,30); }
div.DivClassName
{
background-color: #BDB01E;
}
.BgClassName
{
background-color: #BDB01E;
}
</style>
border-color css
<style>
span { border-color: #BDB01E; }
span { border-color: rgb(189,176,30); }
td.TdClassName
{
border-color: #BDB01E;
}
.TagClassName
{
border-color: #BDB01E;
}
</style>