Shades of Earls Green #BDB41B
Tints of Earls Green #BDB41B
RGB
CMYK
RGB Variations
Color information
#BDB41B (or 0xBDB41B) is known color: Earls Green. HEX triplet: BD, B4 and 1B. RGB value is (189,180,27). Sum of RGB (Red+Green+Blue) = 189+180+27=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB41B is #424BE4. Grayscale: #A5A5A5. Windows color (decimal): -4344805 or 1815741. OLE color: 1815741.
HSL color Cylindrical-coordinate representation of color #BDB41B: hue angle of 56.67º 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 #BDB41B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 27 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.26 |
| HSL | 56.67º | 0.75% | 0.42% | - |
| HSV(B) | 56.67º | 0.86% | 0.74% | - |
| XYZ | 37.51 | 43.54 | 7.46 | - |
| YUV | 165.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 27 | 0 | 0.05 | 0.86 | 0.26 | 56.67 | 0.75 | 0.42 |
| Hex | BD | B4 | 1B | 0 | 5 | 56 | 1A | 39 | 4B | 2A |
| Octal | 275 | 264 | 33 | 0 | 5 | 126 | 32 | 71 | 113 | 52 |
| Binary | 10111101 | 10110100 | 11011 | 0 | 101 | 1010110 | 11010 | 111001 | 1001011 | 101010 |
Color Harmonies of #BDB41B
Complementary color
Monochromatic Colors of #BDB41B
Black with #BDB41B
Text Example
Text Example
White with #BDB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB41B; }
p { color: rgb(189,180,27); }
H1.HeaderClassName
{
color: #BDB41B;
}
.AnyTagClassName
{
color: #BDB41B;
}
</style>
background-color css
<style>
a { background-color: #BDB41B; }
a { background-color: rgb(189,180,27); }
div.DivClassName
{
background-color: #BDB41B;
}
.BgClassName
{
background-color: #BDB41B;
}
</style>
border-color css
<style>
span { border-color: #BDB41B; }
span { border-color: rgb(189,180,27); }
td.TdClassName
{
border-color: #BDB41B;
}
.TagClassName
{
border-color: #BDB41B;
}
</style>