#C1A322

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

Shades of Earls Green #C1A322

Tints of Earls Green #C1A322

Color information

#C1A322 (or 0xC1A322) is unknown color: approx Earls Green. HEX triplet: C1, A3 and 22. RGB value is (193,163,34). Sum of RGB (Red+Green+Blue) = 193+163+34=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A322 is #3E5CDD. Grayscale: #9D9D9D. Windows color (decimal): -4087006 or 2270145. OLE color: 2270145.

HSL color Cylindrical-coordinate representation of color #C1A322: hue angle of 48.68º 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 #C1A322 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19316334-
CMYK00.160.820.24
HSL48.68º70.04%44.51%-
HSV(B)48.68º82.38%75.69%-
XYZ35.3837.656.92-
YUV157.2658.44153.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 34 (13.67% from 255) = 8.72%
R=49.49%
G=41.79%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931633400.160.820.2448.6870.0444.51
HexC1A322010521831462d
Octal30124342020122306110655
Binary11000001101000111000100100001010010110001100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A322; }

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

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

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

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

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

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

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

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