#C6C875

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

Shades of Pine Glade #C6C875

Tints of Pine Glade #C6C875

Color information

#C6C875 (or 0xC6C875) is unknown color: approx Pine Glade. HEX triplet: C6, C8 and 75. RGB value is (198,200,117). Sum of RGB (Red+Green+Blue) = 198+200+117=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C875 is #39378A. Grayscale: #BEBEBE. Windows color (decimal): -3749771 or 7719110. OLE color: 7719110.

HSL color Cylindrical-coordinate representation of color #C6C875: hue angle of 61.45º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6C875 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB198200117-
CMYK0.0100.420.22
HSL61.45º43.01%62.16%-
HSV(B)61.45º41.5%78.43%-
XYZ47.1554.624.88-
YUV189.9486.84133.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=38.45%
G=38.83%
B=22.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001170.0100.420.2261.4543.0162.16
HexC6C875102A163d2b3e
Octal306310165105226755376
Binary110001101100100011101011010101010110111101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C875; }

 p { color: rgb(198,200,117); }

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

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

 a { background-color: rgb(198,200,117); }

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

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

 span { border-color: rgb(198,200,117); }

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