Html Css Color HEX #C2C190 Green Mist

📋 copy color: '#C2C190'

red 194 ◦ green 193 ◦ blue 144

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

Shades of Green Mist #C2C190

Tints of Green Mist #C2C190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 36.53%
G = 36.35%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2C190 (or 0xC2C190) is known color: Green Mist. HEX triplet: C2, C1 and 90. RGB value is (194,193,144). Sum of RGB (Red+Green+Blue) = 194+193+144=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C190 is #3D3E6F. Grayscale: #BBBBBB. Windows color (decimal): -4013680 or 9486786. OLE color: 9486786.

HSL color Cylindrical-coordinate representation of color #C2C190: hue angle of 58.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2C190 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 144 -
CMYK 0 0.01 0.26 0.24
HSL 58.8º 0.29% 0.66% -
HSV(B) 58.8º 0.26% 0.76% -
XYZ 46.35 51.62 33.91 -
YUV 187.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 194 193 144 0 0.01 0.26 0.24 58.8 0.29 0.66
Hex C2 C1 90 0 1 1A 18 3B 1D 42
Octal 302 301 220 0 1 32 30 73 35 102
Binary 11000010 11000001 10010000 0 1 11010 11000 111011 11101 1000010

Color Harmonies of #C2C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C190

Black with #C2C190

Text Example


Text Example

White with #C2C190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C190; }

 p { color: rgb(194,193,144); }

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

background-color css

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

 a { background-color: rgb(194,193,144); }

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

border-color css

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

 span { border-color: rgb(194,193,144); }

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