#C4AC2D

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

Shades of Earls Green #C4AC2D

Tints of Earls Green #C4AC2D

Color information

#C4AC2D (or 0xC4AC2D) is unknown color: approx Earls Green. HEX triplet: C4, AC and 2D. RGB value is (196,172,45). Sum of RGB (Red+Green+Blue) = 196+172+45=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC2D is #3B53D2. Grayscale: #A5A5A5. Windows color (decimal): -3888083 or 2993348. OLE color: 2993348.

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

Color convert

RGB19617245-
CMYK00.120.770.23
HSL50.46º62.66%47.25%-
HSV(B)50.46º77.04%76.86%-
XYZ37.9941.438.48-
YUV164.760.45150.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 45 (17.97% from 255) = 10.90%
R=47.46%
G=41.65%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961724500.120.770.2350.4662.6647.25
HexC4AC2D0C4D17323f2f
Octal3042545501411527627757
Binary110001001010110010110101100100110110111110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC2D; }

 p { color: rgb(196,172,45); }

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

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

 a { background-color: rgb(196,172,45); }

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

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

 span { border-color: rgb(196,172,45); }

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