#C7AC13

Color #C7AC13 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C7AC13

Tints of Earls Green #C7AC13

Color information

#C7AC13 (or 0xC7AC13) is unknown color: approx Earls Green. HEX triplet: C7, AC and 13. RGB value is (199,172,19). Sum of RGB (Red+Green+Blue) = 199+172+19=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AC13 is #3853EC. Grayscale: #A3A3A3. Windows color (decimal): -3691501 or 1289415. OLE color: 1289415.

HSL color Cylindrical-coordinate representation of color #C7AC13: hue angle of 51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7AC13 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19917219-
CMYK00.140.900.22
HSL51º82.57%42.75%-
HSV(B)51º90.45%78.04%-
XYZ38.4241.696.64-
YUV162.6346.95153.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 19 (7.81% from 255) = 4.87%
R=51.03%
G=44.10%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991721900.140.900.225182.5742.75
HexC7AC130E5A1633532b
Octal30725423016132266312353
Binary110001111010110010011011101011010101101100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC13; }

 p { color: rgb(199,172,19); }

 H1.HeaderClassName
 {
   color: #C7AC13;
 }
 .AnyTagClassName
 {
   color: #C7AC13;
 }
</style>
background-color css

<style>
 a { background-color: #C7AC13; }

 a { background-color: rgb(199,172,19); }

 div.DivClassName
 {
   background-color: #C7AC13;
 }
 .BgClassName
 {
   background-color: #C7AC13;
 }
</style>
border-color css

<style>
 span { border-color: #C7AC13; }

 span { border-color: rgb(199,172,19); }

 td.TdClassName
 {
   border-color: #C7AC13;
 }
 .TagClassName
 {
   border-color: #C7AC13;
 }
</style>