#C6AA1A

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

Shades of Earls Green #C6AA1A

Tints of Earls Green #C6AA1A

Color information

#C6AA1A (or 0xC6AA1A) is unknown color: approx Earls Green. HEX triplet: C6, AA and 1A. RGB value is (198,170,26). Sum of RGB (Red+Green+Blue) = 198+170+26=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA1A is #3955E5. Grayscale: #A2A2A2. Windows color (decimal): -3757542 or 1747654. OLE color: 1747654.

HSL color Cylindrical-coordinate representation of color #C6AA1A: hue angle of 50.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6AA1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19817026-
CMYK00.140.870.22
HSL50.23º76.79%43.92%-
HSV(B)50.23º86.87%77.65%-
XYZ37.8540.836.86-
YUV161.9651.28153.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 26 (10.55% from 255) = 6.60%
R=50.25%
G=43.15%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981702600.140.870.2250.2376.7943.92
HexC6AA1A0E5716324d2c
Octal30625232016127266211554
Binary110001101010101011010011101010111101101100101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA1A; }

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

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

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

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

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

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

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

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