Html Css Color HEX #C1C18D Green Mist

📋 copy color: '#C1C18D'

red 193 ◦ green 193 ◦ blue 141

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

Shades of Green Mist #C1C18D

Tints of Green Mist #C1C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.62%

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 36.62%
G = 36.62%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1C18D (or 0xC1C18D) is known color: Green Mist. HEX triplet: C1, C1 and 8D. RGB value is (193,193,141). Sum of RGB (Red+Green+Blue) = 193+193+141=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C18D is #3E3E72. Grayscale: #BBBBBB. Windows color (decimal): -4079219 or 9290177. OLE color: 9290177.

HSL color Cylindrical-coordinate representation of color #C1C18D: hue angle of 60º 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 #C1C18D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 193 141 -
CMYK 0 0 0.27 0.24
HSL 60º 0.3% 0.65% -
HSV(B) 60º 0.27% 0.76% -
XYZ 45.87 51.4 32.7 -
YUV 187.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 193 193 141 0 0 0.27 0.24 60 0.3 0.65
Hex C1 C1 8D 0 0 1B 18 3C 1E 41
Octal 301 301 215 0 0 33 30 74 36 101
Binary 11000001 11000001 10001101 0 0 11011 11000 111100 11110 1000001

Color Harmonies of #C1C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C18D

Black with #C1C18D

Text Example


Text Example

White with #C1C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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