Html Css Color HEX #C1C094 Green Mist

📋 copy color: '#C1C094'

red 193 ◦ green 192 ◦ blue 148

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

Shades of Green Mist #C1C094

Tints of Green Mist #C1C094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 36.21%
G = 36.02%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C1C094 (or 0xC1C094) is known color: Green Mist. HEX triplet: C1, C0 and 94. RGB value is (193,192,148). Sum of RGB (Red+Green+Blue) = 193+192+148=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C094 is #3E3F6B. Grayscale: #BBBBBB. Windows color (decimal): -4079468 or 9748673. OLE color: 9748673.

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

Color convert

RGB 193 192 148 -
CMYK 0 0.01 0.23 0.24
HSL 58.67º 0.27% 0.67% -
HSV(B) 58.67º 0.23% 0.76% -
XYZ 46.19 51.17 35.46 -
YUV 187.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 193 192 148 0 0.01 0.23 0.24 58.67 0.27 0.67
Hex C1 C0 94 0 1 17 18 3B 1B 43
Octal 301 300 224 0 1 27 30 73 33 103
Binary 11000001 11000000 10010100 0 1 10111 11000 111011 11011 1000011

Color Harmonies of #C1C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C094

Black with #C1C094

Text Example


Text Example

White with #C1C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C094; }

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

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

background-color css

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

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

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

border-color css

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

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

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