Html Css Color HEX #C0C095 Green Mist

📋 copy color: '#C0C095'

red 192 ◦ green 192 ◦ blue 149

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

Shades of Green Mist #C0C095

Tints of Green Mist #C0C095

RGB

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

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

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

R = 36.02%
G = 36.02%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0C095 (or 0xC0C095) is known color: Green Mist. HEX triplet: C0, C0 and 95. RGB value is (192,192,149). Sum of RGB (Red+Green+Blue) = 192+192+149=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C095 is #3F3F6A. Grayscale: #BBBBBB. Windows color (decimal): -4145003 or 9814208. OLE color: 9814208.

HSL color Cylindrical-coordinate representation of color #C0C095: hue angle of 60º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0C095 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 149 -
CMYK 0 0 0.22 0.25
HSL 60º 0.25% 0.67% -
HSV(B) 60º 0.22% 0.75% -
XYZ 46.01 51.08 35.87 -
YUV 187.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 192 192 149 0 0 0.22 0.25 60 0.25 0.67
Hex C0 C0 95 0 0 16 19 3C 19 43
Octal 300 300 225 0 0 26 31 74 31 103
Binary 11000000 11000000 10010101 0 0 10110 11001 111100 11001 1000011

Color Harmonies of #C0C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C095

Black with #C0C095

Text Example


Text Example

White with #C0C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C095; }

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

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

background-color css

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

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

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

border-color css

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

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

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