Shades of Earls Green #C2AD2B
Tints of Earls Green #C2AD2B
RGB
CMYK
RGB Variations
Color information
#C2AD2B (or 0xC2AD2B) is known color: Earls Green. HEX triplet: C2, AD and 2B. RGB value is (194,173,43). Sum of RGB (Red+Green+Blue) = 194+173+43=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD2B is #3D52D4. Grayscale: #A4A4A4. Windows color (decimal): -4018901 or 2862530. OLE color: 2862530.
HSL color Cylindrical-coordinate representation of color #C2AD2B: hue angle of 51.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2AD2B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 43 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.24 |
| HSL | 51.66º | 0.64% | 0.46% | - |
| HSV(B) | 51.66º | 0.78% | 0.76% | - |
| XYZ | 37.63 | 41.53 | 8.32 | - |
| YUV | 164.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 43 | 0 | 0.11 | 0.78 | 0.24 | 51.66 | 0.64 | 0.46 |
| Hex | C2 | AD | 2B | 0 | B | 4E | 18 | 34 | 40 | 2E |
| Octal | 302 | 255 | 53 | 0 | 13 | 116 | 30 | 64 | 100 | 56 |
| Binary | 11000010 | 10101101 | 101011 | 0 | 1011 | 1001110 | 11000 | 110100 | 1000000 | 101110 |
Color Harmonies of #C2AD2B
Complementary color
Monochromatic Colors of #C2AD2B
Black with #C2AD2B
Text Example
Text Example
White with #C2AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD2B; }
p { color: rgb(194,173,43); }
H1.HeaderClassName
{
color: #C2AD2B;
}
.AnyTagClassName
{
color: #C2AD2B;
}
</style>
background-color css
<style>
a { background-color: #C2AD2B; }
a { background-color: rgb(194,173,43); }
div.DivClassName
{
background-color: #C2AD2B;
}
.BgClassName
{
background-color: #C2AD2B;
}
</style>
border-color css
<style>
span { border-color: #C2AD2B; }
span { border-color: rgb(194,173,43); }
td.TdClassName
{
border-color: #C2AD2B;
}
.TagClassName
{
border-color: #C2AD2B;
}
</style>