Html Css Color HEX #C1C697 Green Mist

📋 copy color: '#C1C697'

red 193 ◦ green 198 ◦ blue 151

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

Shades of Green Mist #C1C697

Tints of Green Mist #C1C697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.53%

 BLUE value IS 151 (59.38% from 255) = 27.86%

R = 35.61%
G = 36.53%
B = 27.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C1C697 (or 0xC1C697) is known color: Green Mist. HEX triplet: C1, C6 and 97. RGB value is (193,198,151). Sum of RGB (Red+Green+Blue) = 193+198+151=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C697 is #3E3968. Grayscale: #BFBFBF. Windows color (decimal): -4077929 or 9946817. OLE color: 9946817.

HSL color Cylindrical-coordinate representation of color #C1C697: hue angle of 66.38º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1C697 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 198 151 -
CMYK 0.03 0 0.24 0.22
HSL 66.38º 0.29% 0.68% -
HSV(B) 66.38º 0.24% 0.78% -
XYZ 47.77 53.96 37.18 -
YUV 191.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 193 198 151 0.03 0 0.24 0.22 66.38 0.29 0.68
Hex C1 C6 97 3 0 18 16 42 1D 44
Octal 301 306 227 3 0 30 26 102 35 104
Binary 11000001 11000110 10010111 11 0 11000 10110 1000010 11101 1000100

Color Harmonies of #C1C697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C697

Black with #C1C697

Text Example


Text Example

White with #C1C697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C697; }

 p { color: rgb(193,198,151); }

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

background-color css

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

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

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

border-color css

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

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

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