Html Css Color HEX #C0C096 Green Mist

📋 copy color: '#C0C096'

red 192 ◦ green 192 ◦ blue 150

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

Shades of Green Mist #C0C096

Tints of Green Mist #C0C096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 35.96%
G = 35.96%
B = 28.09%

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

#C0C096 (or 0xC0C096) is known color: Green Mist. HEX triplet: C0, C0 and 96. RGB value is (192,192,150). Sum of RGB (Red+Green+Blue) = 192+192+150=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C096 is #3F3F69. Grayscale: #BBBBBB. Windows color (decimal): -4145002 or 9879744. OLE color: 9879744.

HSL color Cylindrical-coordinate representation of color #C0C096: 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 #C0C096 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 150 -
CMYK 0 0 0.22 0.25
HSL 60º 0.25% 0.67% -
HSV(B) 60º 0.22% 0.75% -
XYZ 46.09 51.11 36.29 -
YUV 187.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 192 192 150 0 0 0.22 0.25 60 0.25 0.67
Hex C0 C0 96 0 0 16 19 3C 19 43
Octal 300 300 226 0 0 26 31 74 31 103
Binary 11000000 11000000 10010110 0 0 10110 11001 111100 11001 1000011

Color Harmonies of #C0C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C096

Black with #C0C096

Text Example


Text Example

White with #C0C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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