Shades of Earls Green #BDB02F
Tints of Earls Green #BDB02F
RGB
CMYK
RGB Variations
Color information
#BDB02F (or 0xBDB02F) is known color: Earls Green. HEX triplet: BD, B0 and 2F. RGB value is (189,176,47). Sum of RGB (Red+Green+Blue) = 189+176+47=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02F is #424FD0. Grayscale: #A5A5A5. Windows color (decimal): -4345809 or 3125437. OLE color: 3125437.
HSL color Cylindrical-coordinate representation of color #BDB02F: hue angle of 54.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB02F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 47 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.26 |
| HSL | 54.51º | 0.6% | 0.46% | - |
| HSV(B) | 54.51º | 0.75% | 0.74% | - |
| XYZ | 37.02 | 42.07 | 8.86 | - |
| YUV | 165.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 47 | 0 | 0.07 | 0.75 | 0.26 | 54.51 | 0.6 | 0.46 |
| Hex | BD | B0 | 2F | 0 | 7 | 4B | 1A | 37 | 3C | 2E |
| Octal | 275 | 260 | 57 | 0 | 7 | 113 | 32 | 67 | 74 | 56 |
| Binary | 10111101 | 10110000 | 101111 | 0 | 111 | 1001011 | 11010 | 110111 | 111100 | 101110 |
Color Harmonies of #BDB02F
Complementary color
Monochromatic Colors of #BDB02F
Black with #BDB02F
Text Example
Text Example
White with #BDB02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB02F; }
p { color: rgb(189,176,47); }
H1.HeaderClassName
{
color: #BDB02F;
}
.AnyTagClassName
{
color: #BDB02F;
}
</style>
background-color css
<style>
a { background-color: #BDB02F; }
a { background-color: rgb(189,176,47); }
div.DivClassName
{
background-color: #BDB02F;
}
.BgClassName
{
background-color: #BDB02F;
}
</style>
border-color css
<style>
span { border-color: #BDB02F; }
span { border-color: rgb(189,176,47); }
td.TdClassName
{
border-color: #BDB02F;
}
.TagClassName
{
border-color: #BDB02F;
}
</style>