Shades of Earls Green #BDB51B
Tints of Earls Green #BDB51B
RGB
CMYK
RGB Variations
Color information
#BDB51B (or 0xBDB51B) is known color: Earls Green. HEX triplet: BD, B5 and 1B. RGB value is (189,181,27). Sum of RGB (Red+Green+Blue) = 189+181+27=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB51B is #424AE4. Grayscale: #A6A6A6. Windows color (decimal): -4344549 or 1815997. OLE color: 1815997.
HSL color Cylindrical-coordinate representation of color #BDB51B: hue angle of 57.04º 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 #BDB51B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.26 |
| HSL | 57.04º | 0.75% | 0.42% | - |
| HSV(B) | 57.04º | 0.86% | 0.74% | - |
| XYZ | 37.71 | 43.95 | 7.53 | - |
| YUV | 165.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 27 | 0 | 0.04 | 0.86 | 0.26 | 57.04 | 0.75 | 0.42 |
| Hex | BD | B5 | 1B | 0 | 4 | 56 | 1A | 39 | 4B | 2A |
| Octal | 275 | 265 | 33 | 0 | 4 | 126 | 32 | 71 | 113 | 52 |
| Binary | 10111101 | 10110101 | 11011 | 0 | 100 | 1010110 | 11010 | 111001 | 1001011 | 101010 |
Color Harmonies of #BDB51B
Complementary color
Monochromatic Colors of #BDB51B
Black with #BDB51B
Text Example
Text Example
White with #BDB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB51B; }
p { color: rgb(189,181,27); }
H1.HeaderClassName
{
color: #BDB51B;
}
.AnyTagClassName
{
color: #BDB51B;
}
</style>
background-color css
<style>
a { background-color: #BDB51B; }
a { background-color: rgb(189,181,27); }
div.DivClassName
{
background-color: #BDB51B;
}
.BgClassName
{
background-color: #BDB51B;
}
</style>
border-color css
<style>
span { border-color: #BDB51B; }
span { border-color: rgb(189,181,27); }
td.TdClassName
{
border-color: #BDB51B;
}
.TagClassName
{
border-color: #BDB51B;
}
</style>