#C5C678

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

Shades of Pine Glade #C5C678

Tints of Pine Glade #C5C678

Color information

#C5C678 (or 0xC5C678) is unknown color: approx Pine Glade. HEX triplet: C5, C6 and 78. RGB value is (197,198,120). Sum of RGB (Red+Green+Blue) = 197+198+120=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C678 is #3A3987. Grayscale: #BDBDBD. Windows color (decimal): -3815816 or 7915205. OLE color: 7915205.

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

Color convert

RGB197198120-
CMYK0.0100.390.22
HSL60.77º40.63%62.35%-
HSV(B)60.77º39.39%77.65%-
XYZ46.6153.6125.66-
YUV188.8189.17133.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=38.25%
G=38.45%
B=23.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971981200.0100.390.2260.7740.6362.35
HexC5C6781027163d293e
Octal305306170104726755176
Binary110001011100011011110001010011110110111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C678; }

 p { color: rgb(197,198,120); }

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

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

 a { background-color: rgb(197,198,120); }

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

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

 span { border-color: rgb(197,198,120); }

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