Html Css Color HEX #9FAA83 Sage

📋 copy color: '#9FAA83'

red 159 ◦ green 170 ◦ blue 131

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

Shades of Sage #9FAA83

Tints of Sage #9FAA83

RGB

 RED value IS 159 (62.5% from 255) = 34.57%

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 34.57%
G = 36.96%
B = 28.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#9FAA83 (or 0x9FAA83) is known color: Sage. HEX triplet: 9F, AA and 83. RGB value is (159,170,131). Sum of RGB (Red+Green+Blue) = 159+170+131=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA83 is #60557C. Grayscale: #A2A2A2. Windows color (decimal): -6313341 or 8628895. OLE color: 8628895.

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

Color convert

RGB 159 170 131 -
CMYK 0.06 0 0.23 0.33
HSL 76.92º 0.19% 0.59% -
HSV(B) 76.92º 0.23% 0.67% -
XYZ 32.77 37.76 27.03 -
YUV 162.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 159 170 131 0.06 0 0.23 0.33 76.92 0.19 0.59
Hex 9F AA 83 6 0 17 21 4D 13 3B
Octal 237 252 203 6 0 27 41 115 23 73
Binary 10011111 10101010 10000011 110 0 10111 100001 1001101 10011 111011

Color Harmonies of #9FAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA83

Black with #9FAA83

Text Example


Text Example

White with #9FAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,131); }

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

background-color css

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

 a { background-color: rgb(159,170,131); }

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

border-color css

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

 span { border-color: rgb(159,170,131); }

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