Shades of Earls Green #C2B32D
Tints of Earls Green #C2B32D
RGB
CMYK
RGB Variations
Color information
#C2B32D (or 0xC2B32D) is known color: Earls Green. HEX triplet: C2, B3 and 2D. RGB value is (194,179,45). Sum of RGB (Red+Green+Blue) = 194+179+45=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B32D is #3D4CD2. Grayscale: #A8A8A8. Windows color (decimal): -4017363 or 2995138. OLE color: 2995138.
HSL color Cylindrical-coordinate representation of color #C2B32D: hue angle of 53.96º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B32D is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 45 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.24 |
| HSL | 53.96º | 0.62% | 0.47% | - |
| HSV(B) | 53.96º | 0.77% | 0.76% | - |
| XYZ | 38.84 | 43.9 | 8.91 | - |
| YUV | 168.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 45 | 0 | 0.08 | 0.77 | 0.24 | 53.96 | 0.62 | 0.47 |
| Hex | C2 | B3 | 2D | 0 | 8 | 4D | 18 | 36 | 3E | 2F |
| Octal | 302 | 263 | 55 | 0 | 10 | 115 | 30 | 66 | 76 | 57 |
| Binary | 11000010 | 10110011 | 101101 | 0 | 1000 | 1001101 | 11000 | 110110 | 111110 | 101111 |
Color Harmonies of #C2B32D
Complementary color
Monochromatic Colors of #C2B32D
Black with #C2B32D
Text Example
Text Example
White with #C2B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B32D; }
p { color: rgb(194,179,45); }
H1.HeaderClassName
{
color: #C2B32D;
}
.AnyTagClassName
{
color: #C2B32D;
}
</style>
background-color css
<style>
a { background-color: #C2B32D; }
a { background-color: rgb(194,179,45); }
div.DivClassName
{
background-color: #C2B32D;
}
.BgClassName
{
background-color: #C2B32D;
}
</style>
border-color css
<style>
span { border-color: #C2B32D; }
span { border-color: rgb(194,179,45); }
td.TdClassName
{
border-color: #C2B32D;
}
.TagClassName
{
border-color: #C2B32D;
}
</style>