Html Css Color HEX #9BA17A Sage

📋 copy color: '#9BA17A'

red 155 ◦ green 161 ◦ blue 122

#9BA17A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #9BA17A

Tints of Sage #9BA17A

RGB

 RED value IS 155 (60.94% from 255) = 35.39%

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 35.39%
G = 36.76%
B = 27.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#9BA17A (or 0x9BA17A) is known color: Sage. HEX triplet: 9B, A1 and 7A. RGB value is (155,161,122). Sum of RGB (Red+Green+Blue) = 155+161+122=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA17A is #645E85. Grayscale: #9A9A9A. Windows color (decimal): -6577798 or 8036763. OLE color: 8036763.

HSL color Cylindrical-coordinate representation of color #9BA17A: hue angle of 69.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA17A is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 122 -
CMYK 0.04 0 0.24 0.37
HSL 69.23º 0.17% 0.55% -
HSV(B) 69.23º 0.24% 0.63% -
XYZ 29.78 33.86 23.38 -
YUV 154.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 155 161 122 0.04 0 0.24 0.37 69.23 0.17 0.55
Hex 9B A1 7A 4 0 18 25 45 11 37
Octal 233 241 172 4 0 30 45 105 21 67
Binary 10011011 10100001 1111010 100 0 11000 100101 1000101 10001 110111

Color Harmonies of #9BA17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA17A

Black with #9BA17A

Text Example


Text Example

White with #9BA17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,122); }

 H1.HeaderClassName
 {
   color: #9BA17A;
 }
 .AnyTagClassName
 {
   color: #9BA17A;
 }
</style>

background-color css

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

 a { background-color: rgb(155,161,122); }

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

border-color css

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

 span { border-color: rgb(155,161,122); }

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