#C3C488

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

Shades of Pine Glade #C3C488

Tints of Pine Glade #C3C488

Color information

#C3C488 (or 0xC3C488) is unknown color: approx Pine Glade. HEX triplet: C3, C4 and 88. RGB value is (195,196,136). Sum of RGB (Red+Green+Blue) = 195+196+136=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C488 is #3C3B77. Grayscale: #BDBDBD. Windows color (decimal): -3947384 or 8963267. OLE color: 8963267.

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

Color convert

RGB195196136-
CMYK0.0100.310.23
HSL61º33.71%65.1%-
HSV(B)61º30.61%76.86%-
XYZ46.6952.8631.03-
YUV188.8698.17132.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=37.00%
G=37.19%
B=25.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961360.0100.310.236133.7165.1
HexC3C488101F173d2241
Octal3033042101037277542101
Binary1100001111000100100010001011111101111111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C488; }

 p { color: rgb(195,196,136); }

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

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

 a { background-color: rgb(195,196,136); }

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

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

 span { border-color: rgb(195,196,136); }

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