Shades of Earls Green #BDB133
Tints of Earls Green #BDB133
RGB
CMYK
RGB Variations
Color information
#BDB133 (or 0xBDB133) is known color: Earls Green. HEX triplet: BD, B1 and 33. RGB value is (189,177,51). Sum of RGB (Red+Green+Blue) = 189+177+51=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB133 is #424ECC. Grayscale: #A6A6A6. Windows color (decimal): -4345549 or 3387837. OLE color: 3387837.
HSL color Cylindrical-coordinate representation of color #BDB133: hue angle of 54.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDB133 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 51 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.26 |
| HSL | 54.78º | 0.58% | 0.47% | - |
| HSV(B) | 54.78º | 0.73% | 0.74% | - |
| XYZ | 37.31 | 42.5 | 9.37 | - |
| YUV | 166.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 51 | 0 | 0.06 | 0.73 | 0.26 | 54.78 | 0.58 | 0.47 |
| Hex | BD | B1 | 33 | 0 | 6 | 49 | 1A | 37 | 3A | 2F |
| Octal | 275 | 261 | 63 | 0 | 6 | 111 | 32 | 67 | 72 | 57 |
| Binary | 10111101 | 10110001 | 110011 | 0 | 110 | 1001001 | 11010 | 110111 | 111010 | 101111 |
Color Harmonies of #BDB133
Complementary color
Monochromatic Colors of #BDB133
Black with #BDB133
Text Example
Text Example
White with #BDB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB133; }
p { color: rgb(189,177,51); }
H1.HeaderClassName
{
color: #BDB133;
}
.AnyTagClassName
{
color: #BDB133;
}
</style>
background-color css
<style>
a { background-color: #BDB133; }
a { background-color: rgb(189,177,51); }
div.DivClassName
{
background-color: #BDB133;
}
.BgClassName
{
background-color: #BDB133;
}
</style>
border-color css
<style>
span { border-color: #BDB133; }
span { border-color: rgb(189,177,51); }
td.TdClassName
{
border-color: #BDB133;
}
.TagClassName
{
border-color: #BDB133;
}
</style>