Html Css Color HEX #9AA583 Sage

📋 copy color: '#9AA583'

red 154 ◦ green 165 ◦ blue 131

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

Shades of Sage #9AA583

Tints of Sage #9AA583

RGB

 RED value IS 154 (60.55% from 255) = 34.22%

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 34.22%
G = 36.67%
B = 29.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9AA583 (or 0x9AA583) is known color: Sage. HEX triplet: 9A, A5 and 83. RGB value is (154,165,131). Sum of RGB (Red+Green+Blue) = 154+165+131=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA583 is #655A7C. Grayscale: #9D9D9D. Windows color (decimal): -6642301 or 8627610. OLE color: 8627610.

HSL color Cylindrical-coordinate representation of color #9AA583: hue angle of 79.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA583 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 131 -
CMYK 0.07 0 0.21 0.35
HSL 79.41º 0.16% 0.58% -
HSV(B) 79.41º 0.21% 0.65% -
XYZ 30.88 35.42 26.68 -
YUV 157.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 154 165 131 0.07 0 0.21 0.35 79.41 0.16 0.58
Hex 9A A5 83 7 0 15 23 4F 10 3A
Octal 232 245 203 7 0 25 43 117 20 72
Binary 10011010 10100101 10000011 111 0 10101 100011 1001111 10000 111010

Color Harmonies of #9AA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA583

Black with #9AA583

Text Example


Text Example

White with #9AA583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,131); }

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

background-color css

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

 a { background-color: rgb(154,165,131); }

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

border-color css

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

 span { border-color: rgb(154,165,131); }

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