#C6C17C

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

Shades of Pine Glade #C6C17C

Tints of Pine Glade #C6C17C

Color information

#C6C17C (or 0xC6C17C) is unknown color: approx Pine Glade. HEX triplet: C6, C1 and 7C. RGB value is (198,193,124). Sum of RGB (Red+Green+Blue) = 198+193+124=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C17C is #393E83. Grayscale: #BABABA. Windows color (decimal): -3751556 or 8176070. OLE color: 8176070.

HSL color Cylindrical-coordinate representation of color #C6C17C: hue angle of 55.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6C17C is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198193124-
CMYK00.030.370.22
HSL55.95º39.36%63.14%-
HSV(B)55.95º37.37%77.65%-
XYZ4651.626.6-
YUV186.6392.66136.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=38.45%
G=37.48%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819312400.030.370.2255.9539.3663.14
HexC6C17C03251638273f
Octal306301174034526704777
Binary1100011011000001111110001110010110110111000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C17C; }

 p { color: rgb(198,193,124); }

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

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

 a { background-color: rgb(198,193,124); }

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

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

 span { border-color: rgb(198,193,124); }

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