#C1C08F

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

Shades of Green Mist #C1C08F

Tints of Green Mist #C1C08F

Color information

#C1C08F (or 0xC1C08F) is unknown color: approx Green Mist. HEX triplet: C1, C0 and 8F. RGB value is (193,192,143). Sum of RGB (Red+Green+Blue) = 193+192+143=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C08F is #3E3F70. Grayscale: #BABABA. Windows color (decimal): -4079473 or 9420993. OLE color: 9420993.

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

Color convert

RGB193192143-
CMYK00.010.260.24
HSL58.8º28.74%65.88%-
HSV(B)58.8º25.91%75.69%-
XYZ45.851.0233.42-
YUV186.71103.33132.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=36.55%
G=36.36%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319214300.010.260.2458.828.7465.88
HexC1C08F011A183b1d42
Octal3013002170132307335102
Binary110000011100000010001111011101011000111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C08F; }

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

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

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

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

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

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

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

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