#C2AA2E

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

Shades of Earls Green #C2AA2E

Tints of Earls Green #C2AA2E

Color information

#C2AA2E (or 0xC2AA2E) is unknown color: approx Earls Green. HEX triplet: C2, AA and 2E. RGB value is (194,170,46). Sum of RGB (Red+Green+Blue) = 194+170+46=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA2E is #3D55D1. Grayscale: #A3A3A3. Windows color (decimal): -4019666 or 3058370. OLE color: 3058370.

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

Color convert

RGB19417046-
CMYK00.120.760.24
HSL50.27º61.67%47.06%-
HSV(B)50.27º76.29%76.08%-
XYZ37.1240.428.43-
YUV163.0461.95150.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 46 (18.36% from 255) = 11.22%
R=47.32%
G=41.46%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941704600.120.760.2450.2761.6747.06
HexC2AA2E0C4C18323e2f
Octal3022525601411430627657
Binary110000101010101010111001100100110011000110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA2E; }

 p { color: rgb(194,170,46); }

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

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

 a { background-color: rgb(194,170,46); }

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

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

 span { border-color: rgb(194,170,46); }

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