Html Css Color HEX #9BA088 Sage

📋 copy color: '#9BA088'

red 155 ◦ green 160 ◦ blue 136

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

Shades of Sage #9BA088

Tints of Sage #9BA088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 34.37%
G = 35.48%
B = 30.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#9BA088 (or 0x9BA088) is known color: Sage. HEX triplet: 9B, A0 and 88. RGB value is (155,160,136). Sum of RGB (Red+Green+Blue) = 155+160+136=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA088 is #645F77. Grayscale: #9B9B9B. Windows color (decimal): -6578040 or 8954011. OLE color: 8954011.

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

Color convert

RGB 155 160 136 -
CMYK 0.03 0 0.15 0.37
HSL 72.5º 0.11% 0.58% -
HSV(B) 72.5º 0.15% 0.63% -
XYZ 30.53 33.89 28.22 -
YUV 155.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 155 160 136 0.03 0 0.15 0.37 72.5 0.11 0.58
Hex 9B A0 88 3 0 F 25 48 B 3A
Octal 233 240 210 3 0 17 45 110 13 72
Binary 10011011 10100000 10001000 11 0 1111 100101 1001000 1011 111010

Color Harmonies of #9BA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA088

Black with #9BA088

Text Example


Text Example

White with #9BA088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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