Html Css Color HEX #9BA176 Sage

📋 copy color: '#9BA176'

red 155 ◦ green 161 ◦ blue 118

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

Shades of Sage #9BA176

Tints of Sage #9BA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 35.71%
G = 37.1%
B = 27.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#9BA176 (or 0x9BA176) is known color: Sage. HEX triplet: 9B, A1 and 76. RGB value is (155,161,118). Sum of RGB (Red+Green+Blue) = 155+161+118=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA176 is #645E89. Grayscale: #9A9A9A. Windows color (decimal): -6577802 or 7774619. OLE color: 7774619.

HSL color Cylindrical-coordinate representation of color #9BA176: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BA176 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 118 -
CMYK 0.04 0 0.27 0.37
HSL 68.37º 0.19% 0.55% -
HSV(B) 68.37º 0.27% 0.63% -
XYZ 29.53 33.77 22.1 -
YUV 154.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 155 161 118 0.04 0 0.27 0.37 68.37 0.19 0.55
Hex 9B A1 76 4 0 1B 25 44 13 37
Octal 233 241 166 4 0 33 45 104 23 67
Binary 10011011 10100001 1110110 100 0 11011 100101 1000100 10011 110111

Color Harmonies of #9BA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA176

Black with #9BA176

Text Example


Text Example

White with #9BA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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