#C4CB8F

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

Shades of Green Mist #C4CB8F

Tints of Green Mist #C4CB8F

Color information

#C4CB8F (or 0xC4CB8F) is unknown color: approx Green Mist. HEX triplet: C4, CB and 8F. RGB value is (196,203,143). Sum of RGB (Red+Green+Blue) = 196+203+143=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB8F is #3B3470. Grayscale: #C2C2C2. Windows color (decimal): -3880049 or 9423812. OLE color: 9423812.

HSL color Cylindrical-coordinate representation of color #C4CB8F: hue angle of 67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4CB8F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB196203143-
CMYK0.0300.300.20
HSL67º36.59%67.84%-
HSV(B)67º29.56%79.61%-
XYZ49.0856.4334.29-
YUV194.0799.18129.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=36.16%
G=37.45%
B=26.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031430.0300.300.206736.5967.84
HexC4CB8F301E14432544
Octal30431321730362410345104
Binary110001001100101110001111110111101010010000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB8F; }

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

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

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

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

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

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

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

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