#C1C99B

Color #C1C99B Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C1C99B

Tints of Green Mist #C1C99B

Color information

#C1C99B (or 0xC1C99B) is unknown color: approx Green Mist. HEX triplet: C1, C9 and 9B. RGB value is (193,201,155). Sum of RGB (Red+Green+Blue) = 193+201+155=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C99B is #3E3664. Grayscale: #C1C1C1. Windows color (decimal): -4077157 or 10209729. OLE color: 10209729.

HSL color Cylindrical-coordinate representation of color #C1C99B: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1C99B is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB193201155-
CMYK0.0400.230.21
HSL70.43º29.87%69.8%-
HSV(B)70.43º22.89%78.82%-
XYZ48.855.4839.15-
YUV193.36106.35127.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=35.15%
G=36.61%
B=28.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932011550.0400.230.2170.4329.8769.8
HexC1C99B401715461e46
Octal30131123340272510636106
Binary110000011100100110011011100010111101011000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C99B; }

 p { color: rgb(193,201,155); }

 H1.HeaderClassName
 {
   color: #C1C99B;
 }
 .AnyTagClassName
 {
   color: #C1C99B;
 }
</style>
background-color css

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

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

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

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

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

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