#C4CB9B

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

Shades of Green Mist #C4CB9B

Tints of Green Mist #C4CB9B

Color information

#C4CB9B (or 0xC4CB9B) is unknown color: approx Green Mist. HEX triplet: C4, CB and 9B. RGB value is (196,203,155). Sum of RGB (Red+Green+Blue) = 196+203+155=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB9B is #3B3464. Grayscale: #C3C3C3. Windows color (decimal): -3880037 or 10210244. OLE color: 10210244.

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

Color convert

RGB196203155-
CMYK0.0300.240.20
HSL68.75º31.58%70.2%-
HSV(B)68.75º23.65%79.61%-
XYZ50.0456.8139.34-
YUV195.44105.18128.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=35.38%
G=36.64%
B=27.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031550.0300.240.2068.7531.5870.2
HexC4CB9B301814452046
Octal30431323330302410540106
Binary110001001100101110011011110110001010010001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB9B; }

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

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

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

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

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

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

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

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