#C6C17F

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

Shades of Pine Glade #C6C17F

Tints of Pine Glade #C6C17F

Color information

#C6C17F (or 0xC6C17F) is unknown color: approx Pine Glade. HEX triplet: C6, C1 and 7F. RGB value is (198,193,127). Sum of RGB (Red+Green+Blue) = 198+193+127=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C17F is #393E80. Grayscale: #BBBBBB. Windows color (decimal): -3751553 or 8372678. OLE color: 8372678.

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

Color convert

RGB198193127-
CMYK00.030.360.22
HSL55.77º38.38%63.73%-
HSV(B)55.77º35.86%77.65%-
XYZ46.1951.6827.62-
YUV186.9794.16135.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 127 (50% from 255) = 24.52%
R=38.22%
G=37.26%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819312700.030.360.2255.7738.3863.73
HexC6C17F032416382640
Octal3063011770344267046100
Binary11000110110000011111111011100100101101110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C17F; }

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

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

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

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

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

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

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

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