#C3AC2D

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

Shades of Earls Green #C3AC2D

Tints of Earls Green #C3AC2D

Color information

#C3AC2D (or 0xC3AC2D) is unknown color: approx Earls Green. HEX triplet: C3, AC and 2D. RGB value is (195,172,45). Sum of RGB (Red+Green+Blue) = 195+172+45=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC2D is #3C53D2. Grayscale: #A4A4A4. Windows color (decimal): -3953619 or 2993347. OLE color: 2993347.

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

Color convert

RGB19517245-
CMYK00.120.770.24
HSL50.8º62.5%47.06%-
HSV(B)50.8º76.92%76.47%-
XYZ37.7341.38.46-
YUV164.460.62149.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=47.33%
G=41.75%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951724500.120.770.2450.862.547.06
HexC3AC2D0C4D18333e2f
Octal3032545501411530637657
Binary110000111010110010110101100100110111000110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC2D; }

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

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

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

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

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

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

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

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