Shades of Earls Green #BDB330
Tints of Earls Green #BDB330
RGB
CMYK
RGB Variations
Color information
#BDB330 (or 0xBDB330) is known color: Earls Green. HEX triplet: BD, B3 and 30. RGB value is (189,179,48). Sum of RGB (Red+Green+Blue) = 189+179+48=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB330 is #424CCF. Grayscale: #A7A7A7. Windows color (decimal): -4345040 or 3191741. OLE color: 3191741.
HSL color Cylindrical-coordinate representation of color #BDB330: hue angle of 55.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB330 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 48 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.26 |
| HSL | 55.74º | 0.59% | 0.46% | - |
| HSV(B) | 55.74º | 0.75% | 0.74% | - |
| XYZ | 37.64 | 43.27 | 9.16 | - |
| YUV | 167.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 48 | 0 | 0.05 | 0.75 | 0.26 | 55.74 | 0.59 | 0.46 |
| Hex | BD | B3 | 30 | 0 | 5 | 4B | 1A | 38 | 3B | 2E |
| Octal | 275 | 263 | 60 | 0 | 5 | 113 | 32 | 70 | 73 | 56 |
| Binary | 10111101 | 10110011 | 110000 | 0 | 101 | 1001011 | 11010 | 111000 | 111011 | 101110 |
Color Harmonies of #BDB330
Complementary color
Monochromatic Colors of #BDB330
Black with #BDB330
Text Example
Text Example
White with #BDB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB330; }
p { color: rgb(189,179,48); }
H1.HeaderClassName
{
color: #BDB330;
}
.AnyTagClassName
{
color: #BDB330;
}
</style>
background-color css
<style>
a { background-color: #BDB330; }
a { background-color: rgb(189,179,48); }
div.DivClassName
{
background-color: #BDB330;
}
.BgClassName
{
background-color: #BDB330;
}
</style>
border-color css
<style>
span { border-color: #BDB330; }
span { border-color: rgb(189,179,48); }
td.TdClassName
{
border-color: #BDB330;
}
.TagClassName
{
border-color: #BDB330;
}
</style>