Shades of Earls Green #BCB323
Tints of Earls Green #BCB323
RGB
CMYK
RGB Variations
Color information
#BCB323 (or 0xBCB323) is known color: Earls Green. HEX triplet: BC, B3 and 23. RGB value is (188,179,35). Sum of RGB (Red+Green+Blue) = 188+179+35=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB323 is #434CDC. Grayscale: #A5A5A5. Windows color (decimal): -4410589 or 2339772. OLE color: 2339772.
HSL color Cylindrical-coordinate representation of color #BCB323: hue angle of 56.47º degrees, saturation: 0.69, 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 #BCB323 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 35 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.26 |
| HSL | 56.47º | 0.69% | 0.44% | - |
| HSV(B) | 56.47º | 0.81% | 0.74% | - |
| XYZ | 37.16 | 43.05 | 7.94 | - |
| YUV | 165.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 35 | 0 | 0.05 | 0.81 | 0.26 | 56.47 | 0.69 | 0.44 |
| Hex | BC | B3 | 23 | 0 | 5 | 51 | 1A | 38 | 45 | 2C |
| Octal | 274 | 263 | 43 | 0 | 5 | 121 | 32 | 70 | 105 | 54 |
| Binary | 10111100 | 10110011 | 100011 | 0 | 101 | 1010001 | 11010 | 111000 | 1000101 | 101100 |
Color Harmonies of #BCB323
Complementary color
Monochromatic Colors of #BCB323
Black with #BCB323
Text Example
Text Example
White with #BCB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB323; }
p { color: rgb(188,179,35); }
H1.HeaderClassName
{
color: #BCB323;
}
.AnyTagClassName
{
color: #BCB323;
}
</style>
background-color css
<style>
a { background-color: #BCB323; }
a { background-color: rgb(188,179,35); }
div.DivClassName
{
background-color: #BCB323;
}
.BgClassName
{
background-color: #BCB323;
}
</style>
border-color css
<style>
span { border-color: #BCB323; }
span { border-color: rgb(188,179,35); }
td.TdClassName
{
border-color: #BCB323;
}
.TagClassName
{
border-color: #BCB323;
}
</style>