#C1C08D

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

Shades of Green Mist #C1C08D

Tints of Green Mist #C1C08D

Color information

#C1C08D (or 0xC1C08D) is unknown color: approx Green Mist. HEX triplet: C1, C0 and 8D. RGB value is (193,192,141). Sum of RGB (Red+Green+Blue) = 193+192+141=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C08D is #3E3F72. Grayscale: #BABABA. Windows color (decimal): -4079475 or 9289921. OLE color: 9289921.

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

Color convert

RGB193192141-
CMYK00.010.270.24
HSL58.85º29.55%65.49%-
HSV(B)58.85º26.94%75.69%-
XYZ45.6550.9632.63-
YUV186.48102.33132.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=36.69%
G=36.50%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319214100.010.270.2458.8529.5565.49
HexC1C08D011B183b1e41
Octal3013002150133307336101
Binary110000011100000010001101011101111000111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C08D; }

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

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

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

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

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

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

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

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