Shades of Earls Green #BCB32D
Tints of Earls Green #BCB32D
RGB
CMYK
RGB Variations
Color information
#BCB32D (or 0xBCB32D) is known color: Earls Green. HEX triplet: BC, B3 and 2D. RGB value is (188,179,45). Sum of RGB (Red+Green+Blue) = 188+179+45=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32D is #434CD2. Grayscale: #A6A6A6. Windows color (decimal): -4410579 or 2995132. OLE color: 2995132.
HSL color Cylindrical-coordinate representation of color #BCB32D: hue angle of 56.22º 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 #BCB32D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 45 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 56.22º | 0.61% | 0.46% | - |
| HSV(B) | 56.22º | 0.76% | 0.74% | - |
| XYZ | 37.33 | 43.12 | 8.84 | - |
| YUV | 166.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 45 | 0 | 0.05 | 0.76 | 0.26 | 56.22 | 0.61 | 0.46 |
| Hex | BC | B3 | 2D | 0 | 5 | 4C | 1A | 38 | 3D | 2E |
| Octal | 274 | 263 | 55 | 0 | 5 | 114 | 32 | 70 | 75 | 56 |
| Binary | 10111100 | 10110011 | 101101 | 0 | 101 | 1001100 | 11010 | 111000 | 111101 | 101110 |
Color Harmonies of #BCB32D
Complementary color
Monochromatic Colors of #BCB32D
Black with #BCB32D
Text Example
Text Example
White with #BCB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB32D; }
p { color: rgb(188,179,45); }
H1.HeaderClassName
{
color: #BCB32D;
}
.AnyTagClassName
{
color: #BCB32D;
}
</style>
background-color css
<style>
a { background-color: #BCB32D; }
a { background-color: rgb(188,179,45); }
div.DivClassName
{
background-color: #BCB32D;
}
.BgClassName
{
background-color: #BCB32D;
}
</style>
border-color css
<style>
span { border-color: #BCB32D; }
span { border-color: rgb(188,179,45); }
td.TdClassName
{
border-color: #BCB32D;
}
.TagClassName
{
border-color: #BCB32D;
}
</style>