#C6C699

Color #C6C699 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C6C699

Tints of Green Mist #C6C699

Color information

#C6C699 (or 0xC6C699) is unknown color: approx Green Mist. HEX triplet: C6, C6 and 99. RGB value is (198,198,153). Sum of RGB (Red+Green+Blue) = 198+198+153=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C699 is #393966. Grayscale: #C1C1C1. Windows color (decimal): -3750247 or 10077894. OLE color: 10077894.

HSL color Cylindrical-coordinate representation of color #C6C699: hue angle of 60º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6C699 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB198198153-
CMYK000.230.22
HSL60º28.3%68.82%-
HSV(B)60º22.73%77.65%-
XYZ49.2354.6938.1-
YUV192.87105.5131.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=36.07%
G=36.07%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198198153000.230.226028.368.82
HexC6C6990017163c1c45
Octal3063062310027267434105
Binary110001101100011010011001001011110110111100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C699; }

 p { color: rgb(198,198,153); }

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

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

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

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

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

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

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