#C4CB95

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

Shades of Green Mist #C4CB95

Tints of Green Mist #C4CB95

Color information

#C4CB95 (or 0xC4CB95) is unknown color: approx Green Mist. HEX triplet: C4, CB and 95. RGB value is (196,203,149). Sum of RGB (Red+Green+Blue) = 196+203+149=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB95 is #3B346A. Grayscale: #C2C2C2. Windows color (decimal): -3880043 or 9817028. OLE color: 9817028.

HSL color Cylindrical-coordinate representation of color #C4CB95: hue angle of 67.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4CB95 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB196203149-
CMYK0.0300.270.20
HSL67.78º34.18%69.02%-
HSV(B)67.78º26.6%79.61%-
XYZ49.5556.6236.75-
YUV194.75102.18128.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=35.77%
G=37.04%
B=27.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031490.0300.270.2067.7834.1869.02
HexC4CB95301B14442245
Octal30431322530332410442105
Binary110001001100101110010101110110111010010001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB95; }

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

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

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

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

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

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

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

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