#C6C577

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

Shades of Pine Glade #C6C577

Tints of Pine Glade #C6C577

Color information

#C6C577 (or 0xC6C577) is unknown color: approx Pine Glade. HEX triplet: C6, C5 and 77. RGB value is (198,197,119). Sum of RGB (Red+Green+Blue) = 198+197+119=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C577 is #393A88. Grayscale: #BCBCBC. Windows color (decimal): -3750537 or 7849414. OLE color: 7849414.

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

Color convert

RGB198197119-
CMYK00.010.400.22
HSL59.24º40.93%62.16%-
HSV(B)59.24º39.9%77.65%-
XYZ46.5853.2725.28-
YUV188.4188.83134.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=38.52%
G=38.33%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819711900.010.400.2259.2440.9362.16
HexC6C5770128163b293e
Octal306305167015026735176
Binary110001101100010111101110110100010110111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C577; }

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

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

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

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

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

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

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

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