#C2A72A

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

Shades of Earls Green #C2A72A

Tints of Earls Green #C2A72A

Color information

#C2A72A (or 0xC2A72A) is unknown color: approx Earls Green. HEX triplet: C2, A7 and 2A. RGB value is (194,167,42). Sum of RGB (Red+Green+Blue) = 194+167+42=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A72A is #3D58D5. Grayscale: #A1A1A1. Windows color (decimal): -4020438 or 2795458. OLE color: 2795458.

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

Color convert

RGB19416742-
CMYK00.140.780.24
HSL49.34º64.41%46.27%-
HSV(B)49.34º78.35%76.08%-
XYZ36.4839.277.85-
YUV160.8260.95151.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=48.14%
G=41.44%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941674200.140.780.2449.3464.4146.27
HexC2A72A0E4E1831402e
Octal30224752016116306110056
Binary1100001010100111101010011101001110110001100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A72A; }

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

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

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

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

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

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

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

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