#C2AD29

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

Shades of Earls Green #C2AD29

Tints of Earls Green #C2AD29

Color information

#C2AD29 (or 0xC2AD29) is unknown color: approx Earls Green. HEX triplet: C2, AD and 29. RGB value is (194,173,41). Sum of RGB (Red+Green+Blue) = 194+173+41=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD29 is #3D52D6. Grayscale: #A4A4A4. Windows color (decimal): -4018903 or 2731458. OLE color: 2731458.

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

Color convert

RGB19417341-
CMYK00.110.790.24
HSL51.76º65.11%46.08%-
HSV(B)51.76º78.87%76.08%-
XYZ37.5941.528.13-
YUV164.2358.46149.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 173 (67.97% from 255) = 42.40%
BLUE value IS 41 (16.41% from 255) = 10.05%
R=47.55%
G=42.40%
B=10.05%

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
Decimal1941734100.110.790.2451.7665.1146.08
HexC2AD290B4F1834412e
Octal30225551013117306410156
Binary1100001010101101101001010111001111110001101001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD29; }

 p { color: rgb(194,173,41); }

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

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

 a { background-color: rgb(194,173,41); }

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

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

 span { border-color: rgb(194,173,41); }

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