#9BA188

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

Shades of Sage #9BA188

Tints of Sage #9BA188

Color information

#9BA188 (or 0x9BA188) is unknown color: approx Sage. HEX triplet: 9B, A1 and 88. RGB value is (155,161,136). Sum of RGB (Red+Green+Blue) = 155+161+136=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA188 is #645E77. Grayscale: #9C9C9C. Windows color (decimal): -6577784 or 8954267. OLE color: 8954267.

HSL color Cylindrical-coordinate representation of color #9BA188: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA188 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB155161136-
CMYK0.0400.160.37
HSL74.4º11.74%58.24%-
HSV(B)74.4º15.53%63.14%-
XYZ30.7134.2428.28-
YUV156.36116.51127.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=34.29%
G=35.62%
B=30.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611360.0400.160.3774.411.7458.24
Hex9BA1884010254ac3a
Octal2332412104020451121472
Binary10011011101000011000100010001000010010110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,136); }

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

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

 a { background-color: rgb(155,161,136); }

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

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

 span { border-color: rgb(155,161,136); }

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