#C0C691

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

Shades of Green Mist #C0C691

Tints of Green Mist #C0C691

Color information

#C0C691 (or 0xC0C691) is unknown color: approx Green Mist. HEX triplet: C0, C6 and 91. RGB value is (192,198,145). Sum of RGB (Red+Green+Blue) = 192+198+145=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C691 is #3F396E. Grayscale: #BEBEBE. Windows color (decimal): -4143471 or 9553600. OLE color: 9553600.

HSL color Cylindrical-coordinate representation of color #C0C691: hue angle of 66.79º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0C691 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB192198145-
CMYK0.0300.270.22
HSL66.79º31.74%67.25%-
HSV(B)66.79º26.77%77.65%-
XYZ47.0453.6434.66-
YUV190.16102.51129.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=35.89%
G=37.01%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981450.0300.270.2266.7931.7467.25
HexC0C691301B16432043
Octal30030622130332610340103
Binary110000001100011010010001110110111011010000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C691; }

 p { color: rgb(192,198,145); }

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

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

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

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

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

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

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