#C5AC2A

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

Shades of Earls Green #C5AC2A

Tints of Earls Green #C5AC2A

Color information

#C5AC2A (or 0xC5AC2A) is unknown color: approx Earls Green. HEX triplet: C5, AC and 2A. RGB value is (197,172,42). Sum of RGB (Red+Green+Blue) = 197+172+42=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC2A is #3A53D5. Grayscale: #A5A5A5. Windows color (decimal): -3822550 or 2796741. OLE color: 2796741.

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

Color convert

RGB19717242-
CMYK00.130.790.23
HSL50.32º64.85%46.86%-
HSV(B)50.32º78.68%77.25%-
XYZ38.241.548.2-
YUV164.6658.78151.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=47.93%
G=41.85%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971724200.130.790.2350.3264.8546.86
HexC5AC2A0D4F1732412f
Octal30525452015117276210157
Binary1100010110101100101010011011001111101111100101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC2A; }

 p { color: rgb(197,172,42); }

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

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

 a { background-color: rgb(197,172,42); }

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

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

 span { border-color: rgb(197,172,42); }

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