Shades of Earls Green #BCB42D
Tints of Earls Green #BCB42D
RGB
CMYK
RGB Variations
Color information
#BCB42D (or 0xBCB42D) is known color: Earls Green. HEX triplet: BC, B4 and 2D. RGB value is (188,180,45). Sum of RGB (Red+Green+Blue) = 188+180+45=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB42D is #434BD2. Grayscale: #A7A7A7. Windows color (decimal): -4410323 or 2995388. OLE color: 2995388.
HSL color Cylindrical-coordinate representation of color #BCB42D: hue angle of 56.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCB42D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 45 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.26 |
| HSL | 56.64º | 0.61% | 0.46% | - |
| HSV(B) | 56.64º | 0.76% | 0.74% | - |
| XYZ | 37.53 | 43.52 | 8.91 | - |
| YUV | 167 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 45 | 0 | 0.04 | 0.76 | 0.26 | 56.64 | 0.61 | 0.46 |
| Hex | BC | B4 | 2D | 0 | 4 | 4C | 1A | 39 | 3D | 2E |
| Octal | 274 | 264 | 55 | 0 | 4 | 114 | 32 | 71 | 75 | 56 |
| Binary | 10111100 | 10110100 | 101101 | 0 | 100 | 1001100 | 11010 | 111001 | 111101 | 101110 |
Color Harmonies of #BCB42D
Complementary color
Monochromatic Colors of #BCB42D
Black with #BCB42D
Text Example
Text Example
White with #BCB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB42D; }
p { color: rgb(188,180,45); }
H1.HeaderClassName
{
color: #BCB42D;
}
.AnyTagClassName
{
color: #BCB42D;
}
</style>
background-color css
<style>
a { background-color: #BCB42D; }
a { background-color: rgb(188,180,45); }
div.DivClassName
{
background-color: #BCB42D;
}
.BgClassName
{
background-color: #BCB42D;
}
</style>
border-color css
<style>
span { border-color: #BCB42D; }
span { border-color: rgb(188,180,45); }
td.TdClassName
{
border-color: #BCB42D;
}
.TagClassName
{
border-color: #BCB42D;
}
</style>