#9BA277

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

Shades of Sage #9BA277

Tints of Sage #9BA277

Color information

#9BA277 (or 0x9BA277) is unknown color: approx Sage. HEX triplet: 9B, A2 and 77. RGB value is (155,162,119). Sum of RGB (Red+Green+Blue) = 155+162+119=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA277 is #645D88. Grayscale: #9B9B9B. Windows color (decimal): -6577545 or 7840411. OLE color: 7840411.

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

Color convert

RGB155162119-
CMYK0.0400.270.36
HSL69.77º18.78%55.1%-
HSV(B)69.77º26.54%63.53%-
XYZ29.7734.1422.47-
YUV155107.68128-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=35.55%
G=37.16%
B=27.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621190.0400.270.3669.7718.7855.1
Hex9BA277401B24461337
Octal2332421674033441062367
Binary10011011101000101110111100011011100100100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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