#C2C586

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

Shades of Pine Glade #C2C586

Tints of Pine Glade #C2C586

Color information

#C2C586 (or 0xC2C586) is unknown color: approx Pine Glade. HEX triplet: C2, C5 and 86. RGB value is (194,197,134). Sum of RGB (Red+Green+Blue) = 194+197+134=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C586 is #3D3A79. Grayscale: #BDBDBD. Windows color (decimal): -4012666 or 8832450. OLE color: 8832450.

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

Color convert

RGB194197134-
CMYK0.0200.320.23
HSL62.86º35.2%64.9%-
HSV(B)62.86º31.98%77.25%-
XYZ46.5253.1230.36-
YUV188.9297.01131.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=36.95%
G=37.52%
B=25.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971340.0200.320.2362.8635.264.9
HexC2C5862020173f2341
Octal3023052062040277743101
Binary110000101100010110000110100100000101111111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C586; }

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

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

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

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

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

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

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

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