Shades of Earls Green #BDB826
Tints of Earls Green #BDB826
RGB
CMYK
RGB Variations
Color information
#BDB826 (or 0xBDB826) is known color: Earls Green. HEX triplet: BD, B8 and 26. RGB value is (189,184,38). Sum of RGB (Red+Green+Blue) = 189+184+38=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB826 is #4247D9. Grayscale: #A9A9A9. Windows color (decimal): -4343770 or 2537661. OLE color: 2537661.
HSL color Cylindrical-coordinate representation of color #BDB826: hue angle of 58.01º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB826 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 38 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.26 |
| HSL | 58.01º | 0.67% | 0.45% | - |
| HSV(B) | 58.01º | 0.8% | 0.74% | - |
| XYZ | 38.48 | 45.24 | 8.54 | - |
| YUV | 168.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 38 | 0 | 0.03 | 0.80 | 0.26 | 58.01 | 0.67 | 0.45 |
| Hex | BD | B8 | 26 | 0 | 3 | 50 | 1A | 3A | 43 | 2D |
| Octal | 275 | 270 | 46 | 0 | 3 | 120 | 32 | 72 | 103 | 55 |
| Binary | 10111101 | 10111000 | 100110 | 0 | 11 | 1010000 | 11010 | 111010 | 1000011 | 101101 |
Color Harmonies of #BDB826
Complementary color
Monochromatic Colors of #BDB826
Black with #BDB826
Text Example
Text Example
White with #BDB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB826; }
p { color: rgb(189,184,38); }
H1.HeaderClassName
{
color: #BDB826;
}
.AnyTagClassName
{
color: #BDB826;
}
</style>
background-color css
<style>
a { background-color: #BDB826; }
a { background-color: rgb(189,184,38); }
div.DivClassName
{
background-color: #BDB826;
}
.BgClassName
{
background-color: #BDB826;
}
</style>
border-color css
<style>
span { border-color: #BDB826; }
span { border-color: rgb(189,184,38); }
td.TdClassName
{
border-color: #BDB826;
}
.TagClassName
{
border-color: #BDB826;
}
</style>