Shades of Earls Green #C3AD2D
Tints of Earls Green #C3AD2D
RGB
CMYK
RGB Variations
Color information
#C3AD2D (or 0xC3AD2D) is known color: Earls Green. HEX triplet: C3, AD and 2D. RGB value is (195,173,45). Sum of RGB (Red+Green+Blue) = 195+173+45=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD2D is #3C52D2. Grayscale: #A5A5A5. Windows color (decimal): -3953363 or 2993603. OLE color: 2993603.
HSL color Cylindrical-coordinate representation of color #C3AD2D: hue angle of 51.2º 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 #C3AD2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 45 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.24 |
| HSL | 51.2º | 0.63% | 0.47% | - |
| HSV(B) | 51.2º | 0.77% | 0.76% | - |
| XYZ | 37.92 | 41.68 | 8.53 | - |
| YUV | 164.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 45 | 0 | 0.11 | 0.77 | 0.24 | 51.2 | 0.63 | 0.47 |
| Hex | C3 | AD | 2D | 0 | B | 4D | 18 | 33 | 3E | 2F |
| Octal | 303 | 255 | 55 | 0 | 13 | 115 | 30 | 63 | 76 | 57 |
| Binary | 11000011 | 10101101 | 101101 | 0 | 1011 | 1001101 | 11000 | 110011 | 111110 | 101111 |
Color Harmonies of #C3AD2D
Complementary color
Monochromatic Colors of #C3AD2D
Black with #C3AD2D
Text Example
Text Example
White with #C3AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD2D; }
p { color: rgb(195,173,45); }
H1.HeaderClassName
{
color: #C3AD2D;
}
.AnyTagClassName
{
color: #C3AD2D;
}
</style>
background-color css
<style>
a { background-color: #C3AD2D; }
a { background-color: rgb(195,173,45); }
div.DivClassName
{
background-color: #C3AD2D;
}
.BgClassName
{
background-color: #C3AD2D;
}
</style>
border-color css
<style>
span { border-color: #C3AD2D; }
span { border-color: rgb(195,173,45); }
td.TdClassName
{
border-color: #C3AD2D;
}
.TagClassName
{
border-color: #C3AD2D;
}
</style>