Html Css Color HEX #C3C196 Green Mist

📋 copy color: '#C3C196'

red 195 ◦ green 193 ◦ blue 150

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

Shades of Green Mist #C3C196

Tints of Green Mist #C3C196

RGB

 RED value IS 195 (76.56% from 255) = 36.25%

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

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 36.25%
G = 35.87%
B = 27.88%

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

#C3C196 (or 0xC3C196) is known color: Green Mist. HEX triplet: C3, C1 and 96. RGB value is (195,193,150). Sum of RGB (Red+Green+Blue) = 195+193+150=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C196 is #3C3E69. Grayscale: #BCBCBC. Windows color (decimal): -3948138 or 9880003. OLE color: 9880003.

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

Color convert

RGB 195 193 150 -
CMYK 0 0.01 0.23 0.24
HSL 57.33º 0.27% 0.68% -
HSV(B) 57.33º 0.23% 0.76% -
XYZ 47.08 51.94 36.4 -
YUV 188.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 195 193 150 0 0.01 0.23 0.24 57.33 0.27 0.68
Hex C3 C1 96 0 1 17 18 39 1B 44
Octal 303 301 226 0 1 27 30 71 33 104
Binary 11000011 11000001 10010110 0 1 10111 11000 111001 11011 1000100

Color Harmonies of #C3C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C196

Black with #C3C196

Text Example


Text Example

White with #C3C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C196; }

 p { color: rgb(195,193,150); }

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

background-color css

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

 a { background-color: rgb(195,193,150); }

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

border-color css

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

 span { border-color: rgb(195,193,150); }

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