Html Css Color HEX #C2C192 Green Mist

📋 copy color: '#C2C192'

red 194 ◦ green 193 ◦ blue 146

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

Shades of Green Mist #C2C192

Tints of Green Mist #C2C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 36.4%
G = 36.21%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2C192 (or 0xC2C192) is known color: Green Mist. HEX triplet: C2, C1 and 92. RGB value is (194,193,146). Sum of RGB (Red+Green+Blue) = 194+193+146=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C192 is #3D3E6D. Grayscale: #BCBCBC. Windows color (decimal): -4013678 or 9617858. OLE color: 9617858.

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

Color convert

RGB 194 193 146 -
CMYK 0 0.01 0.25 0.24
HSL 58.75º 0.28% 0.67% -
HSV(B) 58.75º 0.25% 0.76% -
XYZ 46.51 51.68 34.72 -
YUV 187.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 194 193 146 0 0.01 0.25 0.24 58.75 0.28 0.67
Hex C2 C1 92 0 1 19 18 3B 1C 43
Octal 302 301 222 0 1 31 30 73 34 103
Binary 11000010 11000001 10010010 0 1 11001 11000 111011 11100 1000011

Color Harmonies of #C2C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C192

Black with #C2C192

Text Example


Text Example

White with #C2C192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C192; }

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

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

background-color css

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

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

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

border-color css

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

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

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