Html Css Color HEX #C2C095 Green Mist

📋 copy color: '#C2C095'

red 194 ◦ green 192 ◦ blue 149

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

Shades of Green Mist #C2C095

Tints of Green Mist #C2C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.89%

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

R = 36.26%
G = 35.89%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2C095 (or 0xC2C095) is known color: Green Mist. HEX triplet: C2, C0 and 95. RGB value is (194,192,149). Sum of RGB (Red+Green+Blue) = 194+192+149=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C095 is #3D3F6A. Grayscale: #BBBBBB. Windows color (decimal): -4013931 or 9814210. OLE color: 9814210.

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

Color convert

RGB 194 192 149 -
CMYK 0 0.01 0.23 0.24
HSL 57.33º 0.27% 0.67% -
HSV(B) 57.33º 0.23% 0.76% -
XYZ 46.52 51.34 35.89 -
YUV 187.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 194 192 149 0 0.01 0.23 0.24 57.33 0.27 0.67
Hex C2 C0 95 0 1 17 18 39 1B 43
Octal 302 300 225 0 1 27 30 71 33 103
Binary 11000010 11000000 10010101 0 1 10111 11000 111001 11011 1000011

Color Harmonies of #C2C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C095

Black with #C2C095

Text Example


Text Example

White with #C2C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C095; }

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

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

background-color css

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

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

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

border-color css

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

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

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