Shades of Earls Green #C7A926
Tints of Earls Green #C7A926
RGB
CMYK
RGB Variations
Color information
#C7A926 (or 0xC7A926) is known color: Earls Green. HEX triplet: C7, A9 and 26. RGB value is (199,169,38). Sum of RGB (Red+Green+Blue) = 199+169+38=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A926 is #3856D9. Grayscale: #A3A3A3. Windows color (decimal): -3692250 or 2533831. OLE color: 2533831.
HSL color Cylindrical-coordinate representation of color #C7A926: hue angle of 48.82º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7A926 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 38 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.22 |
| HSL | 48.82º | 0.68% | 0.46% | - |
| HSV(B) | 48.82º | 0.81% | 0.78% | - |
| XYZ | 38.09 | 40.66 | 7.67 | - |
| YUV | 163.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 38 | 0 | 0.15 | 0.81 | 0.22 | 48.82 | 0.68 | 0.46 |
| Hex | C7 | A9 | 26 | 0 | F | 51 | 16 | 31 | 44 | 2E |
| Octal | 307 | 251 | 46 | 0 | 17 | 121 | 26 | 61 | 104 | 56 |
| Binary | 11000111 | 10101001 | 100110 | 0 | 1111 | 1010001 | 10110 | 110001 | 1000100 | 101110 |
Color Harmonies of #C7A926
Complementary color
Monochromatic Colors of #C7A926
Black with #C7A926
Text Example
Text Example
White with #C7A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A926; }
p { color: rgb(199,169,38); }
H1.HeaderClassName
{
color: #C7A926;
}
.AnyTagClassName
{
color: #C7A926;
}
</style>
background-color css
<style>
a { background-color: #C7A926; }
a { background-color: rgb(199,169,38); }
div.DivClassName
{
background-color: #C7A926;
}
.BgClassName
{
background-color: #C7A926;
}
</style>
border-color css
<style>
span { border-color: #C7A926; }
span { border-color: rgb(199,169,38); }
td.TdClassName
{
border-color: #C7A926;
}
.TagClassName
{
border-color: #C7A926;
}
</style>