Shades of Earls Green #BDB02B
Tints of Earls Green #BDB02B
RGB
CMYK
RGB Variations
Color information
#BDB02B (or 0xBDB02B) is known color: Earls Green. HEX triplet: BD, B0 and 2B. RGB value is (189,176,43). Sum of RGB (Red+Green+Blue) = 189+176+43=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02B is #424FD4. Grayscale: #A5A5A5. Windows color (decimal): -4345813 or 2863293. OLE color: 2863293.
HSL color Cylindrical-coordinate representation of color #BDB02B: hue angle of 54.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB02B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 43 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.26 |
| HSL | 54.66º | 0.63% | 0.45% | - |
| HSV(B) | 54.66º | 0.77% | 0.74% | - |
| XYZ | 36.95 | 42.04 | 8.45 | - |
| YUV | 164.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 43 | 0 | 0.07 | 0.77 | 0.26 | 54.66 | 0.63 | 0.45 |
| Hex | BD | B0 | 2B | 0 | 7 | 4D | 1A | 37 | 3F | 2D |
| Octal | 275 | 260 | 53 | 0 | 7 | 115 | 32 | 67 | 77 | 55 |
| Binary | 10111101 | 10110000 | 101011 | 0 | 111 | 1001101 | 11010 | 110111 | 111111 | 101101 |
Color Harmonies of #BDB02B
Complementary color
Monochromatic Colors of #BDB02B
Black with #BDB02B
Text Example
Text Example
White with #BDB02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB02B; }
p { color: rgb(189,176,43); }
H1.HeaderClassName
{
color: #BDB02B;
}
.AnyTagClassName
{
color: #BDB02B;
}
</style>
background-color css
<style>
a { background-color: #BDB02B; }
a { background-color: rgb(189,176,43); }
div.DivClassName
{
background-color: #BDB02B;
}
.BgClassName
{
background-color: #BDB02B;
}
</style>
border-color css
<style>
span { border-color: #BDB02B; }
span { border-color: rgb(189,176,43); }
td.TdClassName
{
border-color: #BDB02B;
}
.TagClassName
{
border-color: #BDB02B;
}
</style>