#c3a71c

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

Shades of Earls Green #C3A71C

Tints of Earls Green #C3A71C

Color information

#C3A71C (or 0xC3A71C) is unknown color: approx Earls Green. HEX triplet: C3, A7 and 1C. RGB value is (195,167,28). Sum of RGB (Red+Green+Blue) = 195+167+28=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A71C is #3C58E3. Grayscale: #A0A0A0. Windows color (decimal): -3954916 or 1877955. OLE color: 1877955.

HSL color Cylindrical-coordinate representation of color #C3A71C: hue angle of 49.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3A71C is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19516728-
CMYK00.140.860.24
HSL49.94º74.89%43.73%-
HSV(B)49.94º85.64%76.47%-
XYZ36.5339.326.76-
YUV159.5353.78153.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 28 (11.33% from 255) = 7.18%
R=50%
G=42.82%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951672800.140.860.2449.9474.8943.73
HexC3A71C0E5618324b2c
Octal30324734016126306211354
Binary110000111010011111100011101010110110001100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3a71c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3a71c; }

 p { color: rgb(195,167,28); }

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

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

 a { background-color: rgb(195,167,28); }

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

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

 span { border-color: rgb(195,167,28); }

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