#9CB19C

Color #9CB19C Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9CB19C

Tints of Mantle #9CB19C

Color information

#9CB19C (or 0x9CB19C) is unknown color: approx Mantle. HEX triplet: 9C, B1 and 9C. RGB value is (156,177,156). Sum of RGB (Red+Green+Blue) = 156+177+156=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19C is #634E63. Grayscale: #A8A8A8. Windows color (decimal): -6508132 or 10269084. OLE color: 10269084.

HSL color Cylindrical-coordinate representation of color #9CB19C: hue angle of 120º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB19C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB156177156-
CMYK0.1200.120.31
HSL120º11.86%65.29%-
HSV(B)120º11.86%69.41%-
XYZ35.4340.9137.48-
YUV168.33121.04119.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=31.90%
G=36.20%
B=31.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771560.1200.120.3112011.8665.29
Hex9CB19CC0C1F78c41
Octal234261234140143717014101
Binary10011100101100011001110011000110011111111100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB19C; }

 p { color: rgb(156,177,156); }

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

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

 a { background-color: rgb(156,177,156); }

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

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

 span { border-color: rgb(156,177,156); }

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