#C2AE2A

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

Shades of Earls Green #C2AE2A

Tints of Earls Green #C2AE2A

Color information

#C2AE2A (or 0xC2AE2A) is unknown color: approx Earls Green. HEX triplet: C2, AE and 2A. RGB value is (194,174,42). Sum of RGB (Red+Green+Blue) = 194+174+42=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE2A is #3D51D5. Grayscale: #A5A5A5. Windows color (decimal): -4018646 or 2797250. OLE color: 2797250.

HSL color Cylindrical-coordinate representation of color #C2AE2A: hue angle of 52.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2AE2A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19417442-
CMYK00.100.780.24
HSL52.11º64.41%46.27%-
HSV(B)52.11º78.35%76.08%-
XYZ37.841.918.29-
YUV164.9358.63148.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 42 (16.80% from 255) = 10.24%
R=47.32%
G=42.44%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941744200.100.780.2452.1164.4146.27
HexC2AE2A0A4E1834402e
Octal30225652012116306410056
Binary1100001010101110101010010101001110110001101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE2A; }

 p { color: rgb(194,174,42); }

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

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

 a { background-color: rgb(194,174,42); }

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

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

 span { border-color: rgb(194,174,42); }

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