#C3CA71

Color #C3CA71 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C3CA71

Tints of Pine Glade #C3CA71

Color information

#C3CA71 (or 0xC3CA71) is unknown color: approx Pine Glade. HEX triplet: C3, CA and 71. RGB value is (195,202,113). Sum of RGB (Red+Green+Blue) = 195+202+113=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA71 is #3C358E. Grayscale: #BEBEBE. Windows color (decimal): -3945871 or 7457475. OLE color: 7457475.

HSL color Cylindrical-coordinate representation of color #C3CA71: hue angle of 64.72º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3CA71 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB195202113-
CMYK0.0300.440.21
HSL64.72º45.64%61.76%-
HSV(B)64.72º44.06%79.22%-
XYZ46.6155.0423.79-
YUV189.7684.68131.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=38.24%
G=39.61%
B=22.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021130.0300.440.2164.7245.6461.76
HexC3CA71302C15412e3e
Octal3033121613054251015676
Binary11000011110010101110001110101100101011000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA71; }

 p { color: rgb(195,202,113); }

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

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

 a { background-color: rgb(195,202,113); }

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

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

 span { border-color: rgb(195,202,113); }

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