Shades of Earls Green #BDB132
Tints of Earls Green #BDB132
RGB
CMYK
RGB Variations
Color information
#BDB132 (or 0xBDB132) is known color: Earls Green. HEX triplet: BD, B1 and 32. RGB value is (189,177,50). Sum of RGB (Red+Green+Blue) = 189+177+50=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB132 is #424ECD. Grayscale: #A6A6A6. Windows color (decimal): -4345550 or 3322301. OLE color: 3322301.
HSL color Cylindrical-coordinate representation of color #BDB132: hue angle of 54.82º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB132 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 50 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.26 |
| HSL | 54.82º | 0.58% | 0.47% | - |
| HSV(B) | 54.82º | 0.74% | 0.74% | - |
| XYZ | 37.28 | 42.49 | 9.25 | - |
| YUV | 166.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 50 | 0 | 0.06 | 0.74 | 0.26 | 54.82 | 0.58 | 0.47 |
| Hex | BD | B1 | 32 | 0 | 6 | 4A | 1A | 37 | 3A | 2F |
| Octal | 275 | 261 | 62 | 0 | 6 | 112 | 32 | 67 | 72 | 57 |
| Binary | 10111101 | 10110001 | 110010 | 0 | 110 | 1001010 | 11010 | 110111 | 111010 | 101111 |
Color Harmonies of #BDB132
Complementary color
Monochromatic Colors of #BDB132
Black with #BDB132
Text Example
Text Example
White with #BDB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB132; }
p { color: rgb(189,177,50); }
H1.HeaderClassName
{
color: #BDB132;
}
.AnyTagClassName
{
color: #BDB132;
}
</style>
background-color css
<style>
a { background-color: #BDB132; }
a { background-color: rgb(189,177,50); }
div.DivClassName
{
background-color: #BDB132;
}
.BgClassName
{
background-color: #BDB132;
}
</style>
border-color css
<style>
span { border-color: #BDB132; }
span { border-color: rgb(189,177,50); }
td.TdClassName
{
border-color: #BDB132;
}
.TagClassName
{
border-color: #BDB132;
}
</style>