#C2C56F

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

Shades of Pine Glade #C2C56F

Tints of Pine Glade #C2C56F

Color information

#C2C56F (or 0xC2C56F) is unknown color: approx Pine Glade. HEX triplet: C2, C5 and 6F. RGB value is (194,197,111). Sum of RGB (Red+Green+Blue) = 194+197+111=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56F is #3D3A90. Grayscale: #BABABA. Windows color (decimal): -4012689 or 7325122. OLE color: 7325122.

HSL color Cylindrical-coordinate representation of color #C2C56F: hue angle of 62.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2C56F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB194197111-
CMYK0.0200.440.23
HSL62.09º42.57%60.39%-
HSV(B)62.09º43.65%77.25%-
XYZ45.0852.5522.81-
YUV186.385.51133.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=38.65%
G=39.24%
B=22.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971110.0200.440.2362.0942.5760.39
HexC2C56F202C173e2b3c
Octal302305157205427765374
Binary1100001011000101110111110010110010111111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C56F; }

 p { color: rgb(194,197,111); }

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

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

 a { background-color: rgb(194,197,111); }

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

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

 span { border-color: rgb(194,197,111); }

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