Html Css Color HEX #C1C196 Green Mist

📋 copy color: '#C1C196'

red 193 ◦ green 193 ◦ blue 150

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

Shades of Green Mist #C1C196

Tints of Green Mist #C1C196

RGB

 RED value IS 193 (75.78% from 255) = 36.01%

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

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

R = 36.01%
G = 36.01%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1C196 (or 0xC1C196) is known color: Green Mist. HEX triplet: C1, C1 and 96. RGB value is (193,193,150). Sum of RGB (Red+Green+Blue) = 193+193+150=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C196 is #3E3E69. Grayscale: #BCBCBC. Windows color (decimal): -4079210 or 9880001. OLE color: 9880001.

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

Color convert

RGB 193 193 150 -
CMYK 0 0 0.22 0.24
HSL 60º 0.26% 0.67% -
HSV(B) 60º 0.22% 0.76% -
XYZ 46.57 51.68 36.37 -
YUV 188.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 193 193 150 0 0 0.22 0.24 60 0.26 0.67
Hex C1 C1 96 0 0 16 18 3C 1A 43
Octal 301 301 226 0 0 26 30 74 32 103
Binary 11000001 11000001 10010110 0 0 10110 11000 111100 11010 1000011

Color Harmonies of #C1C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C196

Black with #C1C196

Text Example


Text Example

White with #C1C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C196; }

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

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

background-color css

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

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

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

border-color css

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

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

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