Shades of Earls Green #BDB01C
Tints of Earls Green #BDB01C
RGB
CMYK
RGB Variations
Color information
#BDB01C (or 0xBDB01C) is known color: Earls Green. HEX triplet: BD, B0 and 1C. RGB value is (189,176,28). Sum of RGB (Red+Green+Blue) = 189+176+28=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB01C is #424FE3. Grayscale: #A3A3A3. Windows color (decimal): -4345828 or 1880253. OLE color: 1880253.
HSL color Cylindrical-coordinate representation of color #BDB01C: hue angle of 55.16º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDB01C is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 28 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.26 |
| HSL | 55.16º | 0.74% | 0.43% | - |
| HSV(B) | 55.16º | 0.85% | 0.74% | - |
| XYZ | 36.72 | 41.95 | 7.26 | - |
| YUV | 163.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 28 | 0 | 0.07 | 0.85 | 0.26 | 55.16 | 0.74 | 0.43 |
| Hex | BD | B0 | 1C | 0 | 7 | 55 | 1A | 37 | 4A | 2B |
| Octal | 275 | 260 | 34 | 0 | 7 | 125 | 32 | 67 | 112 | 53 |
| Binary | 10111101 | 10110000 | 11100 | 0 | 111 | 1010101 | 11010 | 110111 | 1001010 | 101011 |
Color Harmonies of #BDB01C
Complementary color
Monochromatic Colors of #BDB01C
Black with #BDB01C
Text Example
Text Example
White with #BDB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB01C; }
p { color: rgb(189,176,28); }
H1.HeaderClassName
{
color: #BDB01C;
}
.AnyTagClassName
{
color: #BDB01C;
}
</style>
background-color css
<style>
a { background-color: #BDB01C; }
a { background-color: rgb(189,176,28); }
div.DivClassName
{
background-color: #BDB01C;
}
.BgClassName
{
background-color: #BDB01C;
}
</style>
border-color css
<style>
span { border-color: #BDB01C; }
span { border-color: rgb(189,176,28); }
td.TdClassName
{
border-color: #BDB01C;
}
.TagClassName
{
border-color: #BDB01C;
}
</style>