Html Css Color HEX #9BA089 Sage

📋 copy color: '#9BA089'

red 155 ◦ green 160 ◦ blue 137

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

Shades of Sage #9BA089

Tints of Sage #9BA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 34.29%
G = 35.4%
B = 30.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#9BA089 (or 0x9BA089) is known color: Sage. HEX triplet: 9B, A0 and 89. RGB value is (155,160,137). Sum of RGB (Red+Green+Blue) = 155+160+137=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA089 is #645F76. Grayscale: #9B9B9B. Windows color (decimal): -6578039 or 9019547. OLE color: 9019547.

HSL color Cylindrical-coordinate representation of color #9BA089: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA089 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 137 -
CMYK 0.03 0 0.14 0.37
HSL 73.04º 0.11% 0.58% -
HSV(B) 73.04º 0.14% 0.63% -
XYZ 30.6 33.92 28.6 -
YUV 155.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 155 160 137 0.03 0 0.14 0.37 73.04 0.11 0.58
Hex 9B A0 89 3 0 E 25 49 B 3A
Octal 233 240 211 3 0 16 45 111 13 72
Binary 10011011 10100000 10001001 11 0 1110 100101 1001001 1011 111010

Color Harmonies of #9BA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA089

Black with #9BA089

Text Example


Text Example

White with #9BA089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,137); }

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

background-color css

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

 a { background-color: rgb(155,160,137); }

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

border-color css

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

 span { border-color: rgb(155,160,137); }

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