Html Css Color HEX #C0C293 Green Mist

📋 copy color: '#C0C293'

red 192 ◦ green 194 ◦ blue 147

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

Shades of Green Mist #C0C293

Tints of Green Mist #C0C293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.58%

R = 36.02%
G = 36.4%
B = 27.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C0C293 (or 0xC0C293) is known color: Green Mist. HEX triplet: C0, C2 and 93. RGB value is (192,194,147). Sum of RGB (Red+Green+Blue) = 192+194+147=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C293 is #3F3D6C. Grayscale: #BCBCBC. Windows color (decimal): -4144493 or 9683648. OLE color: 9683648.

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

Color convert

RGB 192 194 147 -
CMYK 0.01 0 0.24 0.24
HSL 62.55º 0.28% 0.67% -
HSV(B) 62.55º 0.24% 0.76% -
XYZ 46.3 51.9 35.18 -
YUV 188.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 192 194 147 0.01 0 0.24 0.24 62.55 0.28 0.67
Hex C0 C2 93 1 0 18 18 3F 1C 43
Octal 300 302 223 1 0 30 30 77 34 103
Binary 11000000 11000010 10010011 1 0 11000 11000 111111 11100 1000011

Color Harmonies of #C0C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C293

Black with #C0C293

Text Example


Text Example

White with #C0C293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C293; }

 p { color: rgb(192,194,147); }

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

background-color css

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

 a { background-color: rgb(192,194,147); }

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

border-color css

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

 span { border-color: rgb(192,194,147); }

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