Html Css Color HEX #C2CA9F Green Mist

📋 copy color: '#C2CA9F'

red 194 ◦ green 202 ◦ blue 159

#C2CA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #C2CA9F

Tints of Green Mist #C2CA9F

RGB

 RED value IS 194 (76.17% from 255) = 34.95%

 GREEN value IS 202 (79.3% from 255) = 36.4%

 BLUE value IS 159 (62.5% from 255) = 28.65%

R = 34.95%
G = 36.4%
B = 28.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C2CA9F (or 0xC2CA9F) is known color: Green Mist. HEX triplet: C2, CA and 9F. RGB value is (194,202,159). Sum of RGB (Red+Green+Blue) = 194+202+159=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA9F is #3D3560. Grayscale: #C2C2C2. Windows color (decimal): -4011361 or 10472130. OLE color: 10472130.

HSL color Cylindrical-coordinate representation of color #C2CA9F: hue angle of 71.16º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CA9F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 159 -
CMYK 0.04 0 0.21 0.21
HSL 71.16º 0.29% 0.71% -
HSV(B) 71.16º 0.21% 0.79% -
XYZ 49.63 56.21 41.04 -
YUV 194.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 194 202 159 0.04 0 0.21 0.21 71.16 0.29 0.71
Hex C2 CA 9F 4 0 15 15 47 1D 47
Octal 302 312 237 4 0 25 25 107 35 107
Binary 11000010 11001010 10011111 100 0 10101 10101 1000111 11101 1000111

Color Harmonies of #C2CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA9F

Black with #C2CA9F

Text Example


Text Example

White with #C2CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA9F; }

 p { color: rgb(194,202,159); }

 H1.HeaderClassName
 {
   color: #C2CA9F;
 }
 .AnyTagClassName
 {
   color: #C2CA9F;
 }
</style>

background-color css

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

 a { background-color: rgb(194,202,159); }

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

border-color css

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

 span { border-color: rgb(194,202,159); }

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