Html Css Color HEX #9BA379 Sage

📋 copy color: '#9BA379'

red 155 ◦ green 163 ◦ blue 121

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

Shades of Sage #9BA379

Tints of Sage #9BA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 35.31%
G = 37.13%
B = 27.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9BA379 (or 0x9BA379) is known color: Sage. HEX triplet: 9B, A3 and 79. RGB value is (155,163,121). Sum of RGB (Red+Green+Blue) = 155+163+121=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA379 is #645C86. Grayscale: #9B9B9B. Windows color (decimal): -6577287 or 7971739. OLE color: 7971739.

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

Color convert

RGB 155 163 121 -
CMYK 0.05 0 0.26 0.36
HSL 71.43º 0.19% 0.56% -
HSV(B) 71.43º 0.26% 0.64% -
XYZ 30.07 34.54 23.17 -
YUV 155.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 155 163 121 0.05 0 0.26 0.36 71.43 0.19 0.56
Hex 9B A3 79 5 0 1A 24 47 13 38
Octal 233 243 171 5 0 32 44 107 23 70
Binary 10011011 10100011 1111001 101 0 11010 100100 1000111 10011 111000

Color Harmonies of #9BA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA379

Black with #9BA379

Text Example


Text Example

White with #9BA379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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