Shades of Earls Green #BDB219
Tints of Earls Green #BDB219
RGB
CMYK
RGB Variations
Color information
#BDB219 (or 0xBDB219) is known color: Earls Green. HEX triplet: BD, B2 and 19. RGB value is (189,178,25). Sum of RGB (Red+Green+Blue) = 189+178+25=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB219 is #424DE6. Grayscale: #A4A4A4. Windows color (decimal): -4345319 or 1684157. OLE color: 1684157.
HSL color Cylindrical-coordinate representation of color #BDB219: hue angle of 55.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDB219 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 25 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.26 |
| HSL | 55.98º | 0.77% | 0.42% | - |
| HSV(B) | 55.98º | 0.87% | 0.74% | - |
| XYZ | 37.08 | 42.73 | 7.21 | - |
| YUV | 163.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 25 | 0 | 0.06 | 0.87 | 0.26 | 55.98 | 0.77 | 0.42 |
| Hex | BD | B2 | 19 | 0 | 6 | 57 | 1A | 38 | 4D | 2A |
| Octal | 275 | 262 | 31 | 0 | 6 | 127 | 32 | 70 | 115 | 52 |
| Binary | 10111101 | 10110010 | 11001 | 0 | 110 | 1010111 | 11010 | 111000 | 1001101 | 101010 |
Color Harmonies of #BDB219
Complementary color
Monochromatic Colors of #BDB219
Black with #BDB219
Text Example
Text Example
White with #BDB219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB219; }
p { color: rgb(189,178,25); }
H1.HeaderClassName
{
color: #BDB219;
}
.AnyTagClassName
{
color: #BDB219;
}
</style>
background-color css
<style>
a { background-color: #BDB219; }
a { background-color: rgb(189,178,25); }
div.DivClassName
{
background-color: #BDB219;
}
.BgClassName
{
background-color: #BDB219;
}
</style>
border-color css
<style>
span { border-color: #BDB219; }
span { border-color: rgb(189,178,25); }
td.TdClassName
{
border-color: #BDB219;
}
.TagClassName
{
border-color: #BDB219;
}
</style>