Html Css Color HEX #C1C698 Green Mist

📋 copy color: '#C1C698'

red 193 ◦ green 198 ◦ blue 152

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

Shades of Green Mist #C1C698

Tints of Green Mist #C1C698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 35.54%
G = 36.46%
B = 27.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C1C698 (or 0xC1C698) is known color: Green Mist. HEX triplet: C1, C6 and 98. RGB value is (193,198,152). Sum of RGB (Red+Green+Blue) = 193+198+152=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C698 is #3E3967. Grayscale: #BFBFBF. Windows color (decimal): -4077928 or 10012353. OLE color: 10012353.

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

Color convert

RGB 193 198 152 -
CMYK 0.03 0 0.23 0.22
HSL 66.52º 0.29% 0.69% -
HSV(B) 66.52º 0.23% 0.78% -
XYZ 47.85 53.99 37.61 -
YUV 191.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 193 198 152 0.03 0 0.23 0.22 66.52 0.29 0.69
Hex C1 C6 98 3 0 17 16 43 1D 45
Octal 301 306 230 3 0 27 26 103 35 105
Binary 11000001 11000110 10011000 11 0 10111 10110 1000011 11101 1000101

Color Harmonies of #C1C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C698

Black with #C1C698

Text Example


Text Example

White with #C1C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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