#9BAA83

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

Shades of Sage #9BAA83

Tints of Sage #9BAA83

Color information

#9BAA83 (or 0x9BAA83) is unknown color: approx Sage. HEX triplet: 9B, AA and 83. RGB value is (155,170,131). Sum of RGB (Red+Green+Blue) = 155+170+131=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA83 is #64557C. Grayscale: #A1A1A1. Windows color (decimal): -6575485 or 8628891. OLE color: 8628891.

HSL color Cylindrical-coordinate representation of color #9BAA83: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAA83 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB155170131-
CMYK0.0900.230.33
HSL83.08º18.66%59.02%-
HSV(B)83.08º22.94%66.67%-
XYZ31.9937.3627-
YUV161.07111.03123.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=33.99%
G=37.28%
B=28.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701310.0900.230.3383.0818.6659.02
Hex9BAA8390172153133b
Octal23325220311027411232373
Binary1001101110101010100000111001010111100001101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,131); }

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

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

 a { background-color: rgb(155,170,131); }

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

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

 span { border-color: rgb(155,170,131); }

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