Html Css Color HEX #C0C194 Green Mist

📋 copy color: '#C0C194'

red 192 ◦ green 193 ◦ blue 148

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

Shades of Green Mist #C0C194

Tints of Green Mist #C0C194

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

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

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

Color convert

RGB 192 193 148 -
CMYK 0.01 0 0.23 0.24
HSL 61.33º 0.27% 0.67% -
HSV(B) 61.33º 0.23% 0.76% -
XYZ 46.15 51.48 35.52 -
YUV 187.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 192 193 148 0.01 0 0.23 0.24 61.33 0.27 0.67
Hex C0 C1 94 1 0 17 18 3D 1B 43
Octal 300 301 224 1 0 27 30 75 33 103
Binary 11000000 11000001 10010100 1 0 10111 11000 111101 11011 1000011

Color Harmonies of #C0C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C194

Black with #C0C194

Text Example


Text Example

White with #C0C194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C194; }

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

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

background-color css

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

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

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

border-color css

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

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

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