Html Css Color HEX #9BAB71 Sage

📋 copy color: '#9BAB71'

red 155 ◦ green 171 ◦ blue 113

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

Shades of Sage #9BAB71

Tints of Sage #9BAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 35.31%
G = 38.95%
B = 25.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9BAB71 (or 0x9BAB71) is known color: Sage. HEX triplet: 9B, AB and 71. RGB value is (155,171,113). Sum of RGB (Red+Green+Blue) = 155+171+113=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB71 is #64548E. Grayscale: #9F9F9F. Windows color (decimal): -6575247 or 7449499. OLE color: 7449499.

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

Color convert

RGB 155 171 113 -
CMYK 0.09 0 0.34 0.33
HSL 76.55º 0.26% 0.56% -
HSV(B) 76.55º 0.34% 0.67% -
XYZ 31.06 37.29 21.18 -
YUV 159.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 155 171 113 0.09 0 0.34 0.33 76.55 0.26 0.56
Hex 9B AB 71 9 0 22 21 4D 1A 38
Octal 233 253 161 11 0 42 41 115 32 70
Binary 10011011 10101011 1110001 1001 0 100010 100001 1001101 11010 111000

Color Harmonies of #9BAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB71

Black with #9BAB71

Text Example


Text Example

White with #9BAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,113); }

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

background-color css

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

 a { background-color: rgb(155,171,113); }

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

border-color css

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

 span { border-color: rgb(155,171,113); }

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