#C0C69E

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

Shades of Green Mist #C0C69E

Tints of Green Mist #C0C69E

Color information

#C0C69E (or 0xC0C69E) is unknown color: approx Green Mist. HEX triplet: C0, C6 and 9E. RGB value is (192,198,158). Sum of RGB (Red+Green+Blue) = 192+198+158=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C69E is #3F3961. Grayscale: #BFBFBF. Windows color (decimal): -4143458 or 10405568. OLE color: 10405568.

HSL color Cylindrical-coordinate representation of color #C0C69E: hue angle of 69º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0C69E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB192198158-
CMYK0.0300.200.22
HSL69º25.97%69.8%-
HSV(B)69º20.2%77.65%-
XYZ48.154.0640.25-
YUV191.65109.01128.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=35.04%
G=36.13%
B=28.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981580.0300.200.226925.9769.8
HexC0C69E301416451a46
Octal30030623630242610532106
Binary11000000110001101001111011010100101101000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C69E; }

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

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

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

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

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

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

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

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