#C1A422

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

Shades of Earls Green #C1A422

Tints of Earls Green #C1A422

Color information

#C1A422 (or 0xC1A422) is unknown color: approx Earls Green. HEX triplet: C1, A4 and 22. RGB value is (193,164,34). Sum of RGB (Red+Green+Blue) = 193+164+34=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A422 is #3E5BDD. Grayscale: #9E9E9E. Windows color (decimal): -4086750 or 2270401. OLE color: 2270401.

HSL color Cylindrical-coordinate representation of color #C1A422: hue angle of 49.06º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1A422 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19316434-
CMYK00.150.820.24
HSL49.06º70.04%44.51%-
HSV(B)49.06º82.38%75.69%-
XYZ35.56386.97-
YUV157.8558.11153.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 34 (13.67% from 255) = 8.70%
R=49.36%
G=41.94%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931643400.150.820.2449.0670.0444.51
HexC1A4220F521831462d
Octal30124442017122306110655
Binary1100000110100100100010011111010010110001100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A422; }

 p { color: rgb(193,164,34); }

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

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

 a { background-color: rgb(193,164,34); }

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

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

 span { border-color: rgb(193,164,34); }

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