#C8C294

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

Shades of Green Mist #C8C294

Tints of Green Mist #C8C294

Color information

#C8C294 (or 0xC8C294) is unknown color: approx Green Mist. HEX triplet: C8, C2 and 94. RGB value is (200,194,148). Sum of RGB (Red+Green+Blue) = 200+194+148=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C294 is #373D6B. Grayscale: #BEBEBE. Windows color (decimal): -3620204 or 9749192. OLE color: 9749192.

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

Color convert

RGB200194148-
CMYK00.030.260.22
HSL53.08º32.1%68.24%-
HSV(B)53.08º26%78.43%-
XYZ48.465335.69-
YUV190.55103.99134.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=36.90%
G=35.79%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019414800.030.260.2253.0832.168.24
HexC8C294031A16352044
Octal3103022240332266540104
Binary11001000110000101001010001111010101101101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C294; }

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

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

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

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

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

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

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

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