Html Css Color HEX #C0C394 Green Mist

📋 copy color: '#C0C394'

red 192 ◦ green 195 ◦ blue 148

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

Shades of Green Mist #C0C394

Tints of Green Mist #C0C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 35.89%
G = 36.45%
B = 27.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C0C394 (or 0xC0C394) is known color: Green Mist. HEX triplet: C0, C3 and 94. RGB value is (192,195,148). Sum of RGB (Red+Green+Blue) = 192+195+148=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C394 is #3F3C6B. Grayscale: #BCBCBC. Windows color (decimal): -4144236 or 9749440. OLE color: 9749440.

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

Color convert

RGB 192 195 148 -
CMYK 0.02 0 0.24 0.24
HSL 63.83º 0.28% 0.67% -
HSV(B) 63.83º 0.24% 0.76% -
XYZ 46.6 52.37 35.67 -
YUV 188.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 192 195 148 0.02 0 0.24 0.24 63.83 0.28 0.67
Hex C0 C3 94 2 0 18 18 40 1C 43
Octal 300 303 224 2 0 30 30 100 34 103
Binary 11000000 11000011 10010100 10 0 11000 11000 1000000 11100 1000011

Color Harmonies of #C0C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C394

Black with #C0C394

Text Example


Text Example

White with #C0C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C394; }

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

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

background-color css

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

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

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

border-color css

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

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

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