Shades of Earls Green #BCB823
Tints of Earls Green #BCB823
RGB
CMYK
RGB Variations
Color information
#BCB823 (or 0xBCB823) is known color: Earls Green. HEX triplet: BC, B8 and 23. RGB value is (188,184,35). Sum of RGB (Red+Green+Blue) = 188+184+35=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB823 is #4347DC. Grayscale: #A8A8A8. Windows color (decimal): -4409309 or 2341052. OLE color: 2341052.
HSL color Cylindrical-coordinate representation of color #BCB823: hue angle of 58.43º 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 #BCB823 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 35 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.26 |
| HSL | 58.43º | 0.69% | 0.44% | - |
| HSV(B) | 58.43º | 0.81% | 0.74% | - |
| XYZ | 38.18 | 45.09 | 8.28 | - |
| YUV | 168.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 35 | 0 | 0.02 | 0.81 | 0.26 | 58.43 | 0.69 | 0.44 |
| Hex | BC | B8 | 23 | 0 | 2 | 51 | 1A | 3A | 45 | 2C |
| Octal | 274 | 270 | 43 | 0 | 2 | 121 | 32 | 72 | 105 | 54 |
| Binary | 10111100 | 10111000 | 100011 | 0 | 10 | 1010001 | 11010 | 111010 | 1000101 | 101100 |
Color Harmonies of #BCB823
Complementary color
Monochromatic Colors of #BCB823
Black with #BCB823
Text Example
Text Example
White with #BCB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB823; }
p { color: rgb(188,184,35); }
H1.HeaderClassName
{
color: #BCB823;
}
.AnyTagClassName
{
color: #BCB823;
}
</style>
background-color css
<style>
a { background-color: #BCB823; }
a { background-color: rgb(188,184,35); }
div.DivClassName
{
background-color: #BCB823;
}
.BgClassName
{
background-color: #BCB823;
}
</style>
border-color css
<style>
span { border-color: #BCB823; }
span { border-color: rgb(188,184,35); }
td.TdClassName
{
border-color: #BCB823;
}
.TagClassName
{
border-color: #BCB823;
}
</style>