#9BA282

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

Shades of Sage #9BA282

Tints of Sage #9BA282

Color information

#9BA282 (or 0x9BA282) is unknown color: approx Sage. HEX triplet: 9B, A2 and 82. RGB value is (155,162,130). Sum of RGB (Red+Green+Blue) = 155+162+130=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA282 is #645D7D. Grayscale: #9C9C9C. Windows color (decimal): -6577534 or 8561307. OLE color: 8561307.

HSL color Cylindrical-coordinate representation of color #9BA282: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA282 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB155162130-
CMYK0.0400.200.36
HSL73.12º14.68%57.25%-
HSV(B)73.12º19.75%63.53%-
XYZ30.4734.4226.16-
YUV156.26113.18127.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=34.68%
G=36.24%
B=29.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621300.0400.200.3673.1214.6857.25
Hex9BA28240142449f39
Octal2332422024024441111771
Binary10011011101000101000001010001010010010010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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