#C5C286

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

Shades of Pine Glade #C5C286

Tints of Pine Glade #C5C286

Color information

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

HSL color Cylindrical-coordinate representation of color #C5C286: hue angle of 57.14º 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 #C5C286 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197194134-
CMYK00.020.320.23
HSL57.14º35.2%64.9%-
HSV(B)57.14º31.98%77.25%-
XYZ46.6252.1830.17-
YUV188.0697.49134.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719413400.020.320.2357.1435.264.9
HexC5C286022017392341
Octal3053022060240277143101
Binary110001011100001010000110010100000101111110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C286; }

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

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

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

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

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

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

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

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