Html Css Color HEX #C1C290 Green Mist

📋 copy color: '#C1C290'

red 193 ◦ green 194 ◦ blue 144

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

Shades of Green Mist #C1C290

Tints of Green Mist #C1C290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 36.35%
G = 36.53%
B = 27.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1C290 (or 0xC1C290) is known color: Green Mist. HEX triplet: C1, C2 and 90. RGB value is (193,194,144). Sum of RGB (Red+Green+Blue) = 193+194+144=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C290 is #3E3D6F. Grayscale: #BCBCBC. Windows color (decimal): -4078960 or 9487041. OLE color: 9487041.

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

Color convert

RGB 193 194 144 -
CMYK 0.01 0 0.26 0.24
HSL 61.2º 0.29% 0.66% -
HSV(B) 61.2º 0.26% 0.76% -
XYZ 46.32 51.93 33.97 -
YUV 188 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 193 194 144 0.01 0 0.26 0.24 61.2 0.29 0.66
Hex C1 C2 90 1 0 1A 18 3D 1D 42
Octal 301 302 220 1 0 32 30 75 35 102
Binary 11000001 11000010 10010000 1 0 11010 11000 111101 11101 1000010

Color Harmonies of #C1C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C290

Black with #C1C290

Text Example


Text Example

White with #C1C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C290; }

 p { color: rgb(193,194,144); }

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

background-color css

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

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

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

border-color css

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

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

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