Html Css Color HEX #C1C096 Green Mist

📋 copy color: '#C1C096'

red 193 ◦ green 192 ◦ blue 150

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

Shades of Green Mist #C1C096

Tints of Green Mist #C1C096

RGB

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

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

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

R = 36.07%
G = 35.89%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1C096 (or 0xC1C096) is known color: Green Mist. HEX triplet: C1, C0 and 96. RGB value is (193,192,150). Sum of RGB (Red+Green+Blue) = 193+192+150=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C096 is #3E3F69. Grayscale: #BBBBBB. Windows color (decimal): -4079466 or 9879745. OLE color: 9879745.

HSL color Cylindrical-coordinate representation of color #C1C096: hue angle of 58.6º 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 #C1C096 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 150 -
CMYK 0 0.01 0.22 0.24
HSL 58.6º 0.26% 0.67% -
HSV(B) 58.6º 0.22% 0.76% -
XYZ 46.35 51.24 36.3 -
YUV 187.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 193 192 150 0 0.01 0.22 0.24 58.6 0.26 0.67
Hex C1 C0 96 0 1 16 18 3B 1A 43
Octal 301 300 226 0 1 26 30 73 32 103
Binary 11000001 11000000 10010110 0 1 10110 11000 111011 11010 1000011

Color Harmonies of #C1C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C096

Black with #C1C096

Text Example


Text Example

White with #C1C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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