#C1C38C

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

Shades of Green Mist #C1C38C

Tints of Green Mist #C1C38C

Color information

#C1C38C (or 0xC1C38C) is unknown color: approx Green Mist. HEX triplet: C1, C3 and 8C. RGB value is (193,195,140). Sum of RGB (Red+Green+Blue) = 193+195+140=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C38C is #3E3C73. Grayscale: #BCBCBC. Windows color (decimal): -4078708 or 9225153. OLE color: 9225153.

HSL color Cylindrical-coordinate representation of color #C1C38C: hue angle of 62.18º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1C38C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193195140-
CMYK0.0100.280.24
HSL62.18º31.43%65.69%-
HSV(B)62.18º28.21%76.47%-
XYZ46.2452.2632.46-
YUV188.13100.84131.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=36.55%
G=36.93%
B=26.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931951400.0100.280.2462.1831.4365.69
HexC1C38C101C183e1f42
Octal3013032141034307637102
Binary110000011100001110001100101110011000111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C38C; }

 p { color: rgb(193,195,140); }

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

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

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

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

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

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

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