Html Css Color HEX #9BA97F Sage

📋 copy color: '#9BA97F'

red 155 ◦ green 169 ◦ blue 127

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

Shades of Sage #9BA97F

Tints of Sage #9BA97F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.47%

 BLUE value IS 127 (50% from 255) = 28.16%

R = 34.37%
G = 37.47%
B = 28.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#9BA97F (or 0x9BA97F) is known color: Sage. HEX triplet: 9B, A9 and 7F. RGB value is (155,169,127). Sum of RGB (Red+Green+Blue) = 155+169+127=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA97F is #645680. Grayscale: #A0A0A0. Windows color (decimal): -6575745 or 8366491. OLE color: 8366491.

HSL color Cylindrical-coordinate representation of color #9BA97F: hue angle of 80º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BA97F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 127 -
CMYK 0.08 0 0.25 0.34
HSL 80º 0.2% 0.58% -
HSV(B) 80º 0.25% 0.66% -
XYZ 31.54 36.88 25.53 -
YUV 160.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 155 169 127 0.08 0 0.25 0.34 80 0.2 0.58
Hex 9B A9 7F 8 0 19 22 50 14 3A
Octal 233 251 177 10 0 31 42 120 24 72
Binary 10011011 10101001 1111111 1000 0 11001 100010 1010000 10100 111010

Color Harmonies of #9BA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA97F

Black with #9BA97F

Text Example


Text Example

White with #9BA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,127); }

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

background-color css

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

 a { background-color: rgb(155,169,127); }

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

border-color css

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

 span { border-color: rgb(155,169,127); }

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