Html Css Color HEX #9BAB76 Sage

📋 copy color: '#9BAB76'

red 155 ◦ green 171 ◦ blue 118

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

Shades of Sage #9BAB76

Tints of Sage #9BAB76

RGB

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

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

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

R = 34.91%
G = 38.51%
B = 26.58%

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

#9BAB76 (or 0x9BAB76) is known color: Sage. HEX triplet: 9B, AB and 76. RGB value is (155,171,118). Sum of RGB (Red+Green+Blue) = 155+171+118=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB76 is #645489. Grayscale: #A0A0A0. Windows color (decimal): -6575242 or 7777179. OLE color: 7777179.

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

Color convert

RGB 155 171 118 -
CMYK 0.09 0 0.31 0.33
HSL 78.11º 0.24% 0.57% -
HSV(B) 78.11º 0.31% 0.67% -
XYZ 31.35 37.4 22.71 -
YUV 160.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 155 171 118 0.09 0 0.31 0.33 78.11 0.24 0.57
Hex 9B AB 76 9 0 1F 21 4E 18 39
Octal 233 253 166 11 0 37 41 116 30 71
Binary 10011011 10101011 1110110 1001 0 11111 100001 1001110 11000 111001

Color Harmonies of #9BAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB76

Black with #9BAB76

Text Example


Text Example

White with #9BAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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