#C8C296

Color #C8C296 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C8C296

Tints of Green Mist #C8C296

Color information

#C8C296 (or 0xC8C296) is unknown color: approx Green Mist. HEX triplet: C8, C2 and 96. RGB value is (200,194,150). Sum of RGB (Red+Green+Blue) = 200+194+150=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C296 is #373D69. Grayscale: #BEBEBE. Windows color (decimal): -3620202 or 9880264. OLE color: 9880264.

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

Color convert

RGB200194150-
CMYK00.030.250.22
HSL52.8º31.25%68.63%-
HSV(B)52.8º25%78.43%-
XYZ48.6253.0636.53-
YUV190.78104.99134.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=36.76%
G=35.66%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019415000.030.250.2252.831.2568.63
HexC8C296031916351f45
Octal3103022260331266537105
Binary1100100011000010100101100111100110110110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C296; }

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

 H1.HeaderClassName
 {
   color: #C8C296;
 }
 .AnyTagClassName
 {
   color: #C8C296;
 }
</style>
background-color css

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

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

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

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

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

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