Shades of Earls Green #BDB325
Tints of Earls Green #BDB325
RGB
CMYK
RGB Variations
Color information
#BDB325 (or 0xBDB325) is known color: Earls Green. HEX triplet: BD, B3 and 25. RGB value is (189,179,37). Sum of RGB (Red+Green+Blue) = 189+179+37=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB325 is #424CDA. Grayscale: #A6A6A6. Windows color (decimal): -4345051 or 2470845. OLE color: 2470845.
HSL color Cylindrical-coordinate representation of color #BDB325: hue angle of 56.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB325 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 37 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.26 |
| HSL | 56.05º | 0.67% | 0.44% | - |
| HSV(B) | 56.05º | 0.8% | 0.74% | - |
| XYZ | 37.44 | 43.19 | 8.11 | - |
| YUV | 165.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 37 | 0 | 0.05 | 0.80 | 0.26 | 56.05 | 0.67 | 0.44 |
| Hex | BD | B3 | 25 | 0 | 5 | 50 | 1A | 38 | 43 | 2C |
| Octal | 275 | 263 | 45 | 0 | 5 | 120 | 32 | 70 | 103 | 54 |
| Binary | 10111101 | 10110011 | 100101 | 0 | 101 | 1010000 | 11010 | 111000 | 1000011 | 101100 |
Color Harmonies of #BDB325
Complementary color
Monochromatic Colors of #BDB325
Black with #BDB325
Text Example
Text Example
White with #BDB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB325; }
p { color: rgb(189,179,37); }
H1.HeaderClassName
{
color: #BDB325;
}
.AnyTagClassName
{
color: #BDB325;
}
</style>
background-color css
<style>
a { background-color: #BDB325; }
a { background-color: rgb(189,179,37); }
div.DivClassName
{
background-color: #BDB325;
}
.BgClassName
{
background-color: #BDB325;
}
</style>
border-color css
<style>
span { border-color: #BDB325; }
span { border-color: rgb(189,179,37); }
td.TdClassName
{
border-color: #BDB325;
}
.TagClassName
{
border-color: #BDB325;
}
</style>