Shades of Earls Green #BDB430
Tints of Earls Green #BDB430
RGB
CMYK
RGB Variations
Color information
#BDB430 (or 0xBDB430) is known color: Earls Green. HEX triplet: BD, B4 and 30. RGB value is (189,180,48). Sum of RGB (Red+Green+Blue) = 189+180+48=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB430 is #424BCF. Grayscale: #A8A8A8. Windows color (decimal): -4344784 or 3191997. OLE color: 3191997.
HSL color Cylindrical-coordinate representation of color #BDB430: hue angle of 56.17º 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 #BDB430 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 48 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.26 |
| HSL | 56.17º | 0.59% | 0.46% | - |
| HSV(B) | 56.17º | 0.75% | 0.74% | - |
| XYZ | 37.84 | 43.67 | 9.23 | - |
| YUV | 167.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 48 | 0 | 0.05 | 0.75 | 0.26 | 56.17 | 0.59 | 0.46 |
| Hex | BD | B4 | 30 | 0 | 5 | 4B | 1A | 38 | 3B | 2E |
| Octal | 275 | 264 | 60 | 0 | 5 | 113 | 32 | 70 | 73 | 56 |
| Binary | 10111101 | 10110100 | 110000 | 0 | 101 | 1001011 | 11010 | 111000 | 111011 | 101110 |
Color Harmonies of #BDB430
Complementary color
Monochromatic Colors of #BDB430
Black with #BDB430
Text Example
Text Example
White with #BDB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB430; }
p { color: rgb(189,180,48); }
H1.HeaderClassName
{
color: #BDB430;
}
.AnyTagClassName
{
color: #BDB430;
}
</style>
background-color css
<style>
a { background-color: #BDB430; }
a { background-color: rgb(189,180,48); }
div.DivClassName
{
background-color: #BDB430;
}
.BgClassName
{
background-color: #BDB430;
}
</style>
border-color css
<style>
span { border-color: #BDB430; }
span { border-color: rgb(189,180,48); }
td.TdClassName
{
border-color: #BDB430;
}
.TagClassName
{
border-color: #BDB430;
}
</style>