#C1AA1A

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

Shades of Earls Green #C1AA1A

Tints of Earls Green #C1AA1A

Color information

#C1AA1A (or 0xC1AA1A) is unknown color: approx Earls Green. HEX triplet: C1, AA and 1A. RGB value is (193,170,26). Sum of RGB (Red+Green+Blue) = 193+170+26=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA1A is #3E55E5. Grayscale: #A1A1A1. Windows color (decimal): -4085222 or 1747649. OLE color: 1747649.

HSL color Cylindrical-coordinate representation of color #C1AA1A: hue angle of 51.74º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1AA1A is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19317026-
CMYK00.120.870.24
HSL51.74º76.26%42.94%-
HSV(B)51.74º86.53%75.69%-
XYZ36.5540.166.8-
YUV160.4652.12151.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=49.61%
G=43.70%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931702600.120.870.2451.7476.2642.94
HexC1AA1A0C5718344c2b
Octal30125232014127306411453
Binary110000011010101011010011001010111110001101001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA1A; }

 p { color: rgb(193,170,26); }

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

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

 a { background-color: rgb(193,170,26); }

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

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

 span { border-color: rgb(193,170,26); }

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