Html Css Color HEX #C0C296 Green Mist

📋 copy color: '#C0C296'

red 192 ◦ green 194 ◦ blue 150

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

Shades of Green Mist #C0C296

Tints of Green Mist #C0C296

RGB

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

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

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

R = 35.82%
G = 36.19%
B = 27.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C0C296 (or 0xC0C296) is known color: Green Mist. HEX triplet: C0, C2 and 96. RGB value is (192,194,150). Sum of RGB (Red+Green+Blue) = 192+194+150=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C296 is #3F3D69. Grayscale: #BCBCBC. Windows color (decimal): -4144490 or 9880256. OLE color: 9880256.

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

Color convert

RGB 192 194 150 -
CMYK 0.01 0 0.23 0.24
HSL 62.73º 0.27% 0.67% -
HSV(B) 62.73º 0.23% 0.76% -
XYZ 46.54 51.99 36.44 -
YUV 188.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 192 194 150 0.01 0 0.23 0.24 62.73 0.27 0.67
Hex C0 C2 96 1 0 17 18 3F 1B 43
Octal 300 302 226 1 0 27 30 77 33 103
Binary 11000000 11000010 10010110 1 0 10111 11000 111111 11011 1000011

Color Harmonies of #C0C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C296

Black with #C0C296

Text Example


Text Example

White with #C0C296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C296; }

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

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

background-color css

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

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

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

border-color css

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

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

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