Html Css Color HEX #9BA387 Sage

📋 copy color: '#9BA387'

red 155 ◦ green 163 ◦ blue 135

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

Shades of Sage #9BA387

Tints of Sage #9BA387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 34.22%
G = 35.98%
B = 29.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#9BA387 (or 0x9BA387) is known color: Sage. HEX triplet: 9B, A3 and 87. RGB value is (155,163,135). Sum of RGB (Red+Green+Blue) = 155+163+135=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA387 is #645C78. Grayscale: #9D9D9D. Windows color (decimal): -6577273 or 8889243. OLE color: 8889243.

HSL color Cylindrical-coordinate representation of color #9BA387: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA387 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 163 135 -
CMYK 0.05 0 0.17 0.36
HSL 77.14º 0.13% 0.58% -
HSV(B) 77.14º 0.17% 0.64% -
XYZ 30.99 34.91 28.03 -
YUV 157.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 155 163 135 0.05 0 0.17 0.36 77.14 0.13 0.58
Hex 9B A3 87 5 0 11 24 4D D 3A
Octal 233 243 207 5 0 21 44 115 15 72
Binary 10011011 10100011 10000111 101 0 10001 100100 1001101 1101 111010

Color Harmonies of #9BA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA387

Black with #9BA387

Text Example


Text Example

White with #9BA387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,135); }

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

background-color css

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

 a { background-color: rgb(155,163,135); }

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

border-color css

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

 span { border-color: rgb(155,163,135); }

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