Shades of Earls Green #C3AF26
Tints of Earls Green #C3AF26
RGB
CMYK
RGB Variations
Color information
#C3AF26 (or 0xC3AF26) is known color: Earls Green. HEX triplet: C3, AF and 26. RGB value is (195,175,38). Sum of RGB (Red+Green+Blue) = 195+175+38=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF26 is #3C50D9. Grayscale: #A5A5A5. Windows color (decimal): -3952858 or 2535363. OLE color: 2535363.
HSL color Cylindrical-coordinate representation of color #C3AF26: hue angle of 52.36º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3AF26 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 38 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.24 |
| HSL | 52.36º | 0.67% | 0.46% | - |
| HSV(B) | 52.36º | 0.81% | 0.76% | - |
| XYZ | 38.19 | 42.4 | 8.01 | - |
| YUV | 165.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 38 | 0 | 0.10 | 0.81 | 0.24 | 52.36 | 0.67 | 0.46 |
| Hex | C3 | AF | 26 | 0 | A | 51 | 18 | 34 | 43 | 2E |
| Octal | 303 | 257 | 46 | 0 | 12 | 121 | 30 | 64 | 103 | 56 |
| Binary | 11000011 | 10101111 | 100110 | 0 | 1010 | 1010001 | 11000 | 110100 | 1000011 | 101110 |
Color Harmonies of #C3AF26
Complementary color
Monochromatic Colors of #C3AF26
Black with #C3AF26
Text Example
Text Example
White with #C3AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF26; }
p { color: rgb(195,175,38); }
H1.HeaderClassName
{
color: #C3AF26;
}
.AnyTagClassName
{
color: #C3AF26;
}
</style>
background-color css
<style>
a { background-color: #C3AF26; }
a { background-color: rgb(195,175,38); }
div.DivClassName
{
background-color: #C3AF26;
}
.BgClassName
{
background-color: #C3AF26;
}
</style>
border-color css
<style>
span { border-color: #C3AF26; }
span { border-color: rgb(195,175,38); }
td.TdClassName
{
border-color: #C3AF26;
}
.TagClassName
{
border-color: #C3AF26;
}
</style>