#C0C68E

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

Shades of Green Mist #C0C68E

Tints of Green Mist #C0C68E

Color information

#C0C68E (or 0xC0C68E) is unknown color: approx Green Mist. HEX triplet: C0, C6 and 8E. RGB value is (192,198,142). Sum of RGB (Red+Green+Blue) = 192+198+142=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C68E is #3F3971. Grayscale: #BEBEBE. Windows color (decimal): -4143474 or 9356992. OLE color: 9356992.

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

Color convert

RGB192198142-
CMYK0.0300.280.22
HSL66.43º32.94%66.67%-
HSV(B)66.43º28.28%77.65%-
XYZ46.8153.5533.46-
YUV189.82101.01129.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=36.09%
G=37.22%
B=26.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981420.0300.280.2266.4332.9466.67
HexC0C68E301C16422143
Octal30030621630342610241103
Binary110000001100011010001110110111001011010000101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C68E; }

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

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

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

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

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

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

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

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