#C4C295

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

Shades of Green Mist #C4C295

Tints of Green Mist #C4C295

Color information

#C4C295 (or 0xC4C295) is unknown color: approx Green Mist. HEX triplet: C4, C2 and 95. RGB value is (196,194,149). Sum of RGB (Red+Green+Blue) = 196+194+149=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C295 is #3B3D6A. Grayscale: #BDBDBD. Windows color (decimal): -3882347 or 9814724. OLE color: 9814724.

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

Color convert

RGB196194149-
CMYK00.010.240.23
HSL57.45º28.48%67.65%-
HSV(B)57.45º23.98%76.86%-
XYZ47.4852.4936.06-
YUV189.47105.16132.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=36.36%
G=35.99%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619414900.010.240.2357.4528.4867.65
HexC4C295011817391c44
Octal3043022250130277134104
Binary110001001100001010010101011100010111111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C295; }

 p { color: rgb(196,194,149); }

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

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

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

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

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

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

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