Shades of Earls Green #C2B823
Tints of Earls Green #C2B823
RGB
CMYK
RGB Variations
Color information
#C2B823 (or 0xC2B823) is known color: Earls Green. HEX triplet: C2, B8 and 23. RGB value is (194,184,35). Sum of RGB (Red+Green+Blue) = 194+184+35=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B823 is #3D47DC. Grayscale: #AAAAAA. Windows color (decimal): -4016093 or 2341058. OLE color: 2341058.
HSL color Cylindrical-coordinate representation of color #C2B823: hue angle of 56.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2B823 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 35 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.24 |
| HSL | 56.23º | 0.69% | 0.45% | - |
| HSV(B) | 56.23º | 0.82% | 0.76% | - |
| XYZ | 39.69 | 45.87 | 8.35 | - |
| YUV | 170 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 35 | 0 | 0.05 | 0.82 | 0.24 | 56.23 | 0.69 | 0.45 |
| Hex | C2 | B8 | 23 | 0 | 5 | 52 | 18 | 38 | 45 | 2D |
| Octal | 302 | 270 | 43 | 0 | 5 | 122 | 30 | 70 | 105 | 55 |
| Binary | 11000010 | 10111000 | 100011 | 0 | 101 | 1010010 | 11000 | 111000 | 1000101 | 101101 |
Color Harmonies of #C2B823
Complementary color
Monochromatic Colors of #C2B823
Black with #C2B823
Text Example
Text Example
White with #C2B823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B823; }
p { color: rgb(194,184,35); }
H1.HeaderClassName
{
color: #C2B823;
}
.AnyTagClassName
{
color: #C2B823;
}
</style>
background-color css
<style>
a { background-color: #C2B823; }
a { background-color: rgb(194,184,35); }
div.DivClassName
{
background-color: #C2B823;
}
.BgClassName
{
background-color: #C2B823;
}
</style>
border-color css
<style>
span { border-color: #C2B823; }
span { border-color: rgb(194,184,35); }
td.TdClassName
{
border-color: #C2B823;
}
.TagClassName
{
border-color: #C2B823;
}
</style>