#C0CA8C

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

Shades of Green Mist #C0CA8C

Tints of Green Mist #C0CA8C

Color information

#C0CA8C (or 0xC0CA8C) is unknown color: approx Green Mist. HEX triplet: C0, CA and 8C. RGB value is (192,202,140). Sum of RGB (Red+Green+Blue) = 192+202+140=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA8C is #3F3573. Grayscale: #C0C0C0. Windows color (decimal): -4142452 or 9226944. OLE color: 9226944.

HSL color Cylindrical-coordinate representation of color #C0CA8C: hue angle of 69.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0CA8C is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB192202140-
CMYK0.0500.310.21
HSL69.68º36.9%67.06%-
HSV(B)69.68º30.69%79.22%-
XYZ47.5955.3432.98-
YUV191.9498.69128.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=35.96%
G=37.83%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021400.0500.310.2169.6836.967.06
HexC0CA8C501F15462543
Octal30031221450372510645103
Binary1100000011001010100011001010111111010110001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA8C; }

 p { color: rgb(192,202,140); }

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

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

 a { background-color: rgb(192,202,140); }

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

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

 span { border-color: rgb(192,202,140); }

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