Html Css Color HEX #9BAB7A Sage

📋 copy color: '#9BAB7A'

red 155 ◦ green 171 ◦ blue 122

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

Shades of Sage #9BAB7A

Tints of Sage #9BAB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 34.6%
G = 38.17%
B = 27.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9BAB7A (or 0x9BAB7A) is known color: Sage. HEX triplet: 9B, AB and 7A. RGB value is (155,171,122). Sum of RGB (Red+Green+Blue) = 155+171+122=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB7A is #645485. Grayscale: #A0A0A0. Windows color (decimal): -6575238 or 8039323. OLE color: 8039323.

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

Color convert

RGB 155 171 122 -
CMYK 0.09 0 0.29 0.33
HSL 79.59º 0.23% 0.57% -
HSV(B) 79.59º 0.29% 0.67% -
XYZ 31.59 37.5 23.99 -
YUV 160.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 155 171 122 0.09 0 0.29 0.33 79.59 0.23 0.57
Hex 9B AB 7A 9 0 1D 21 50 17 39
Octal 233 253 172 11 0 35 41 120 27 71
Binary 10011011 10101011 1111010 1001 0 11101 100001 1010000 10111 111001

Color Harmonies of #9BAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB7A

Black with #9BAB7A

Text Example


Text Example

White with #9BAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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