#9BA694

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

Shades of Mantle #9BA694

Tints of Mantle #9BA694

Color information

#9BA694 (or 0x9BA694) is unknown color: approx Mantle. HEX triplet: 9B, A6 and 94. RGB value is (155,166,148). Sum of RGB (Red+Green+Blue) = 155+166+148=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA694 is #64596B. Grayscale: #A0A0A0. Windows color (decimal): -6576492 or 9741979. OLE color: 9741979.

HSL color Cylindrical-coordinate representation of color #9BA694: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA694 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB155166148-
CMYK0.0700.110.35
HSL96.67º9.18%61.57%-
HSV(B)96.67º10.84%65.1%-
XYZ32.536.3833.33-
YUV160.66120.86123.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=33.05%
G=35.39%
B=31.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661480.0700.110.3596.679.1861.57
Hex9BA69470B236193e
Octal2332462247013431411176
Binary1001101110100110100101001110101110001111000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,148); }

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

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

 a { background-color: rgb(155,166,148); }

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

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

 span { border-color: rgb(155,166,148); }

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