Shades of Earls Green #BDB11B
Tints of Earls Green #BDB11B
RGB
CMYK
RGB Variations
Color information
#BDB11B (or 0xBDB11B) is known color: Earls Green. HEX triplet: BD, B1 and 1B. RGB value is (189,177,27). Sum of RGB (Red+Green+Blue) = 189+177+27=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB11B is #424EE4. Grayscale: #A4A4A4. Windows color (decimal): -4345573 or 1814973. OLE color: 1814973.
HSL color Cylindrical-coordinate representation of color #BDB11B: hue angle of 55.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB11B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.26 |
| HSL | 55.56º | 0.75% | 0.42% | - |
| HSV(B) | 55.56º | 0.86% | 0.74% | - |
| XYZ | 36.91 | 42.34 | 7.26 | - |
| YUV | 163.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 27 | 0 | 0.06 | 0.86 | 0.26 | 55.56 | 0.75 | 0.42 |
| Hex | BD | B1 | 1B | 0 | 6 | 56 | 1A | 38 | 4B | 2A |
| Octal | 275 | 261 | 33 | 0 | 6 | 126 | 32 | 70 | 113 | 52 |
| Binary | 10111101 | 10110001 | 11011 | 0 | 110 | 1010110 | 11010 | 111000 | 1001011 | 101010 |
Color Harmonies of #BDB11B
Complementary color
Monochromatic Colors of #BDB11B
Black with #BDB11B
Text Example
Text Example
White with #BDB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB11B; }
p { color: rgb(189,177,27); }
H1.HeaderClassName
{
color: #BDB11B;
}
.AnyTagClassName
{
color: #BDB11B;
}
</style>
background-color css
<style>
a { background-color: #BDB11B; }
a { background-color: rgb(189,177,27); }
div.DivClassName
{
background-color: #BDB11B;
}
.BgClassName
{
background-color: #BDB11B;
}
</style>
border-color css
<style>
span { border-color: #BDB11B; }
span { border-color: rgb(189,177,27); }
td.TdClassName
{
border-color: #BDB11B;
}
.TagClassName
{
border-color: #BDB11B;
}
</style>