#C6C578

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

Shades of Pine Glade #C6C578

Tints of Pine Glade #C6C578

Color information

#C6C578 (or 0xC6C578) is unknown color: approx Pine Glade. HEX triplet: C6, C5 and 78. RGB value is (198,197,120). Sum of RGB (Red+Green+Blue) = 198+197+120=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C578 is #393A87. Grayscale: #BCBCBC. Windows color (decimal): -3750536 or 7914950. OLE color: 7914950.

HSL color Cylindrical-coordinate representation of color #C6C578: hue angle of 59.23º 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 #C6C578 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB198197120-
CMYK00.010.390.22
HSL59.23º40.63%62.35%-
HSV(B)59.23º39.39%77.65%-
XYZ46.6553.2925.6-
YUV188.5289.33134.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819712000.010.390.2259.2340.6362.35
HexC6C5780127163b293e
Octal306305170014726735176
Binary110001101100010111110000110011110110111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C578; }

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

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

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

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

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

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

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

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