#9BA287

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

Shades of Sage #9BA287

Tints of Sage #9BA287

Color information

#9BA287 (or 0x9BA287) is unknown color: approx Sage. HEX triplet: 9B, A2 and 87. RGB value is (155,162,135). Sum of RGB (Red+Green+Blue) = 155+162+135=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA287 is #645D78. Grayscale: #9C9C9C. Windows color (decimal): -6577529 or 8888987. OLE color: 8888987.

HSL color Cylindrical-coordinate representation of color #9BA287: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA287 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB155162135-
CMYK0.0400.170.36
HSL75.56º12.68%58.24%-
HSV(B)75.56º16.67%63.53%-
XYZ30.8134.5627.97-
YUV156.83115.68126.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=34.29%
G=35.84%
B=29.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621350.0400.170.3675.5612.6858.24
Hex9BA2874011244cd3a
Octal2332422074021441141572
Binary10011011101000101000011110001000110010010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,135); }

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

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

 a { background-color: rgb(155,162,135); }

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

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

 span { border-color: rgb(155,162,135); }

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