Html Css Color HEX #C2CA95 Green Mist

📋 copy color: '#C2CA95'

red 194 ◦ green 202 ◦ blue 149

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

Shades of Green Mist #C2CA95

Tints of Green Mist #C2CA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 35.6%
G = 37.06%
B = 27.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C2CA95 (or 0xC2CA95) is known color: Green Mist. HEX triplet: C2, CA and 95. RGB value is (194,202,149). Sum of RGB (Red+Green+Blue) = 194+202+149=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA95 is #3D356A. Grayscale: #C1C1C1. Windows color (decimal): -4011371 or 9816770. OLE color: 9816770.

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

Color convert

RGB 194 202 149 -
CMYK 0.04 0 0.26 0.21
HSL 69.06º 0.33% 0.69% -
HSV(B) 69.06º 0.26% 0.79% -
XYZ 48.79 55.88 36.65 -
YUV 193.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 194 202 149 0.04 0 0.26 0.21 69.06 0.33 0.69
Hex C2 CA 95 4 0 1A 15 45 21 45
Octal 302 312 225 4 0 32 25 105 41 105
Binary 11000010 11001010 10010101 100 0 11010 10101 1000101 100001 1000101

Color Harmonies of #C2CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA95

Black with #C2CA95

Text Example


Text Example

White with #C2CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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