#9BA285

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

Shades of Sage #9BA285

Tints of Sage #9BA285

Color information

#9BA285 (or 0x9BA285) is unknown color: approx Sage. HEX triplet: 9B, A2 and 85. RGB value is (155,162,133). Sum of RGB (Red+Green+Blue) = 155+162+133=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA285 is #645D7A. Grayscale: #9C9C9C. Windows color (decimal): -6577531 or 8757915. OLE color: 8757915.

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

Color convert

RGB155162133-
CMYK0.0400.180.36
HSL74.48º13.49%57.84%-
HSV(B)74.48º17.9%63.53%-
XYZ30.6734.527.23-
YUV156.6114.68126.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=34.44%
G=36%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621330.0400.180.3674.4813.4957.84
Hex9BA2854012244ad3a
Octal2332422054022441121572
Binary10011011101000101000010110001001010010010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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