Shades of Earls Green #BCB024
Tints of Earls Green #BCB024
RGB
CMYK
RGB Variations
Color information
#BCB024 (or 0xBCB024) is known color: Earls Green. HEX triplet: BC, B0 and 24. RGB value is (188,176,36). Sum of RGB (Red+Green+Blue) = 188+176+36=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB024 is #434FDB. Grayscale: #A4A4A4. Windows color (decimal): -4411356 or 2404540. OLE color: 2404540.
HSL color Cylindrical-coordinate representation of color #BCB024: hue angle of 55.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB024 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.26 |
| HSL | 55.26º | 0.68% | 0.44% | - |
| HSV(B) | 55.26º | 0.81% | 0.74% | - |
| XYZ | 36.58 | 41.87 | 7.82 | - |
| YUV | 163.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 36 | 0 | 0.06 | 0.81 | 0.26 | 55.26 | 0.68 | 0.44 |
| Hex | BC | B0 | 24 | 0 | 6 | 51 | 1A | 37 | 44 | 2C |
| Octal | 274 | 260 | 44 | 0 | 6 | 121 | 32 | 67 | 104 | 54 |
| Binary | 10111100 | 10110000 | 100100 | 0 | 110 | 1010001 | 11010 | 110111 | 1000100 | 101100 |
Color Harmonies of #BCB024
Complementary color
Monochromatic Colors of #BCB024
Black with #BCB024
Text Example
Text Example
White with #BCB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB024; }
p { color: rgb(188,176,36); }
H1.HeaderClassName
{
color: #BCB024;
}
.AnyTagClassName
{
color: #BCB024;
}
</style>
background-color css
<style>
a { background-color: #BCB024; }
a { background-color: rgb(188,176,36); }
div.DivClassName
{
background-color: #BCB024;
}
.BgClassName
{
background-color: #BCB024;
}
</style>
border-color css
<style>
span { border-color: #BCB024; }
span { border-color: rgb(188,176,36); }
td.TdClassName
{
border-color: #BCB024;
}
.TagClassName
{
border-color: #BCB024;
}
</style>