#C0CA8A

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

Shades of Green Mist #C0CA8A

Tints of Green Mist #C0CA8A

Color information

#C0CA8A (or 0xC0CA8A) is unknown color: approx Green Mist. HEX triplet: C0, CA and 8A. RGB value is (192,202,138). Sum of RGB (Red+Green+Blue) = 192+202+138=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA8A is #3F3575. Grayscale: #BFBFBF. Windows color (decimal): -4142454 or 9095872. OLE color: 9095872.

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

Color convert

RGB192202138-
CMYK0.0500.320.21
HSL69.38º37.65%66.67%-
HSV(B)69.38º31.68%79.22%-
XYZ47.4555.2832.21-
YUV191.7197.69128.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=36.09%
G=37.97%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021380.0500.320.2169.3837.6566.67
HexC0CA8A502015452643
Octal30031221250402510546103
Binary11000000110010101000101010101000001010110001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA8A; }

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

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

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

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

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

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

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

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