#C3AE29

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

Shades of Earls Green #C3AE29

Tints of Earls Green #C3AE29

Color information

#C3AE29 (or 0xC3AE29) is unknown color: approx Earls Green. HEX triplet: C3, AE and 29. RGB value is (195,174,41). Sum of RGB (Red+Green+Blue) = 195+174+41=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AE29 is #3C51D6. Grayscale: #A5A5A5. Windows color (decimal): -3953111 or 2731715. OLE color: 2731715.

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

Color convert

RGB19517441-
CMYK00.110.790.24
HSL51.82º65.25%46.27%-
HSV(B)51.82º78.97%76.47%-
XYZ38.0442.038.21-
YUV165.1257.96149.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 41 (16.41% from 255) = 10%
R=47.56%
G=42.44%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951744100.110.790.2451.8265.2546.27
HexC3AE290B4F1834412e
Octal30325651013117306410156
Binary1100001110101110101001010111001111110001101001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE29; }

 p { color: rgb(195,174,41); }

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

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

 a { background-color: rgb(195,174,41); }

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

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

 span { border-color: rgb(195,174,41); }

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