Html Css Color HEX #9BAC71 Sage

📋 copy color: '#9BAC71'

red 155 ◦ green 172 ◦ blue 113

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

Shades of Sage #9BAC71

Tints of Sage #9BAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 35.23%
G = 39.09%
B = 25.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9BAC71 (or 0x9BAC71) is known color: Sage. HEX triplet: 9B, AC and 71. RGB value is (155,172,113). Sum of RGB (Red+Green+Blue) = 155+172+113=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC71 is #64538E. Grayscale: #A0A0A0. Windows color (decimal): -6574991 or 7449755. OLE color: 7449755.

HSL color Cylindrical-coordinate representation of color #9BAC71: hue angle of 77.29º 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 #9BAC71 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 113 -
CMYK 0.10 0 0.34 0.33
HSL 77.29º 0.26% 0.56% -
HSV(B) 77.29º 0.34% 0.67% -
XYZ 31.25 37.67 21.25 -
YUV 160.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 155 172 113 0.10 0 0.34 0.33 77.29 0.26 0.56
Hex 9B AC 71 A 0 22 21 4D 1A 38
Octal 233 254 161 12 0 42 41 115 32 70
Binary 10011011 10101100 1110001 1010 0 100010 100001 1001101 11010 111000

Color Harmonies of #9BAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC71

Black with #9BAC71

Text Example


Text Example

White with #9BAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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