#9CB29B

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

Shades of Mantle #9CB29B

Tints of Mantle #9CB29B

Color information

#9CB29B (or 0x9CB29B) is unknown color: approx Mantle. HEX triplet: 9C, B2 and 9B. RGB value is (156,178,155). Sum of RGB (Red+Green+Blue) = 156+178+155=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB29B is #634D64. Grayscale: #A8A8A8. Windows color (decimal): -6507877 or 10203804. OLE color: 10203804.

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

Color convert

RGB156178155-
CMYK0.1200.130.30
HSL117.39º12.99%65.29%-
HSV(B)117.39º12.92%69.8%-
XYZ35.5541.2837.1-
YUV168.8120.21118.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=31.90%
G=36.40%
B=31.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781550.1200.130.30117.3912.9965.29
Hex9CB29BC0D1E75d41
Octal234262233140153616515101
Binary10011100101100101001101111000110111110111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,155); }

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

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

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

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

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

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

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