Shades of Earls Green #BDB11F
Tints of Earls Green #BDB11F
RGB
CMYK
RGB Variations
Color information
#BDB11F (or 0xBDB11F) is known color: Earls Green. HEX triplet: BD, B1 and 1F. RGB value is (189,177,31). Sum of RGB (Red+Green+Blue) = 189+177+31=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB11F is #424EE0. Grayscale: #A4A4A4. Windows color (decimal): -4345569 or 2077117. OLE color: 2077117.
HSL color Cylindrical-coordinate representation of color #BDB11F: hue angle of 55.44º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDB11F is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 177 | 31 | - |
CMYK | 0 | 0.06 | 0.84 | 0.26 |
HSL | 55.44º | 0.72% | 0.43% | - |
HSV(B) | 55.44º | 0.84% | 0.74% | - |
XYZ | 36.96 | 42.36 | 7.53 | - |
YUV | 163.94 | 52.98 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 177 | 31 | 0 | 0.06 | 0.84 | 0.26 | 55.44 | 0.72 | 0.43 |
Hex | BD | B1 | 1F | 0 | 6 | 54 | 1A | 37 | 48 | 2B |
Octal | 275 | 261 | 37 | 0 | 6 | 124 | 32 | 67 | 110 | 53 |
Binary | 10111101 | 10110001 | 11111 | 0 | 110 | 1010100 | 11010 | 110111 | 1001000 | 101011 |
Color Harmonies of #BDB11F
Complementary color
Monochromatic Colors of #BDB11F
Black with #BDB11F
Text Example
Text Example
White with #BDB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB11F; }
p { color: rgb(189,177,31); }
H1.HeaderClassName
{
color: #BDB11F;
}
.AnyTagClassName
{
color: #BDB11F;
}
</style>
background-color css
<style>
a { background-color: #BDB11F; }
a { background-color: rgb(189,177,31); }
div.DivClassName
{
background-color: #BDB11F;
}
.BgClassName
{
background-color: #BDB11F;
}
</style>
border-color css
<style>
span { border-color: #BDB11F; }
span { border-color: rgb(189,177,31); }
td.TdClassName
{
border-color: #BDB11F;
}
.TagClassName
{
border-color: #BDB11F;
}
</style>