Html Css Color HEX #9BAA76 Sage

📋 copy color: '#9BAA76'

red 155 ◦ green 170 ◦ blue 118

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

Shades of Sage #9BAA76

Tints of Sage #9BAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.37%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 34.99%
G = 38.37%
B = 26.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#9BAA76 (or 0x9BAA76) is known color: Sage. HEX triplet: 9B, AA and 76. RGB value is (155,170,118). Sum of RGB (Red+Green+Blue) = 155+170+118=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA76 is #645589. Grayscale: #9F9F9F. Windows color (decimal): -6575498 or 7776923. OLE color: 7776923.

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

Color convert

RGB 155 170 118 -
CMYK 0.09 0 0.31 0.33
HSL 77.31º 0.23% 0.56% -
HSV(B) 77.31º 0.31% 0.67% -
XYZ 31.16 37.03 22.64 -
YUV 159.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 155 170 118 0.09 0 0.31 0.33 77.31 0.23 0.56
Hex 9B AA 76 9 0 1F 21 4D 17 38
Octal 233 252 166 11 0 37 41 115 27 70
Binary 10011011 10101010 1110110 1001 0 11111 100001 1001101 10111 111000

Color Harmonies of #9BAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA76

Black with #9BAA76

Text Example


Text Example

White with #9BAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,118); }

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

background-color css

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

 a { background-color: rgb(155,170,118); }

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

border-color css

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

 span { border-color: rgb(155,170,118); }

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