Html Css Color HEX #C0C595 Green Mist

📋 copy color: '#C0C595'

red 192 ◦ green 197 ◦ blue 149

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

Shades of Green Mist #C0C595

Tints of Green Mist #C0C595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 35.69%
G = 36.62%
B = 27.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C0C595 (or 0xC0C595) is known color: Green Mist. HEX triplet: C0, C5 and 95. RGB value is (192,197,149). Sum of RGB (Red+Green+Blue) = 192+197+149=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C595 is #3F3A6A. Grayscale: #BEBEBE. Windows color (decimal): -4143723 or 9815488. OLE color: 9815488.

HSL color Cylindrical-coordinate representation of color #C0C595: hue angle of 66.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C595 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 197 149 -
CMYK 0.03 0 0.24 0.23
HSL 66.25º 0.29% 0.68% -
HSV(B) 66.25º 0.24% 0.77% -
XYZ 47.13 53.31 36.24 -
YUV 190.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 192 197 149 0.03 0 0.24 0.23 66.25 0.29 0.68
Hex C0 C5 95 3 0 18 17 42 1D 44
Octal 300 305 225 3 0 30 27 102 35 104
Binary 11000000 11000101 10010101 11 0 11000 10111 1000010 11101 1000100

Color Harmonies of #C0C595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C595

Black with #C0C595

Text Example


Text Example

White with #C0C595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C595; }

 p { color: rgb(192,197,149); }

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

background-color css

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

 a { background-color: rgb(192,197,149); }

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

border-color css

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

 span { border-color: rgb(192,197,149); }

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