#9CB19A

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

Shades of Mantle #9CB19A

Tints of Mantle #9CB19A

Color information

#9CB19A (or 0x9CB19A) is unknown color: approx Mantle. HEX triplet: 9C, B1 and 9A. RGB value is (156,177,154). Sum of RGB (Red+Green+Blue) = 156+177+154=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19A is #634E65. Grayscale: #A8A8A8. Windows color (decimal): -6508134 or 10138012. OLE color: 10138012.

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

Color convert

RGB156177154-
CMYK0.1200.130.31
HSL114.78º12.85%64.9%-
HSV(B)114.78º12.99%69.41%-
XYZ35.2740.8536.6-
YUV168.1120.04119.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=32.03%
G=36.34%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771540.1200.130.31114.7812.8564.9
Hex9CB19AC0D1F73d41
Octal234261232140153716315101
Binary10011100101100011001101011000110111111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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