#C2CA7E

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

Shades of Pine Glade #C2CA7E

Tints of Pine Glade #C2CA7E

Color information

#C2CA7E (or 0xC2CA7E) is unknown color: approx Pine Glade. HEX triplet: C2, CA and 7E. RGB value is (194,202,126). Sum of RGB (Red+Green+Blue) = 194+202+126=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA7E is #3D3581. Grayscale: #BFBFBF. Windows color (decimal): -4011394 or 8309442. OLE color: 8309442.

HSL color Cylindrical-coordinate representation of color #C2CA7E: hue angle of 66.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2CA7E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB194202126-
CMYK0.0400.380.21
HSL66.32º41.76%64.31%-
HSV(B)66.32º37.62%79.22%-
XYZ47.1355.2227.91-
YUV190.9491.35130.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=37.16%
G=38.70%
B=24.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021260.0400.380.2166.3241.7664.31
HexC2CA7E402615422a40
Octal30231217640462510252100
Binary1100001011001010111111010001001101010110000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA7E; }

 p { color: rgb(194,202,126); }

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

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

 a { background-color: rgb(194,202,126); }

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

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

 span { border-color: rgb(194,202,126); }

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