#9CB098

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

Shades of Mantle #9CB098

Tints of Mantle #9CB098

Color information

#9CB098 (or 0x9CB098) is unknown color: approx Mantle. HEX triplet: 9C, B0 and 98. RGB value is (156,176,152). Sum of RGB (Red+Green+Blue) = 156+176+152=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB098 is #634F67. Grayscale: #A7A7A7. Windows color (decimal): -6508392 or 10006684. OLE color: 10006684.

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

Color convert

RGB156176152-
CMYK0.1100.140.31
HSL110º13.19%64.31%-
HSV(B)110º13.64%69.02%-
XYZ34.940.3935.66-
YUV167.28119.37119.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=32.23%
G=36.36%
B=31.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761520.1100.140.3111013.1964.31
Hex9CB098B0E1F6ed40
Octal234260230130163715615100
Binary10011100101100001001100010110111011111110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,152); }

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

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

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

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

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

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

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