Html Css Color HEX #9DA583 Sage

📋 copy color: '#9DA583'

red 157 ◦ green 165 ◦ blue 131

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

Shades of Sage #9DA583

Tints of Sage #9DA583

RGB

 RED value IS 157 (61.72% from 255) = 34.66%

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

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

R = 34.66%
G = 36.42%
B = 28.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9DA583 (or 0x9DA583) is known color: Sage. HEX triplet: 9D, A5 and 83. RGB value is (157,165,131). Sum of RGB (Red+Green+Blue) = 157+165+131=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA583 is #625A7C. Grayscale: #9E9E9E. Windows color (decimal): -6445693 or 8627613. OLE color: 8627613.

HSL color Cylindrical-coordinate representation of color #9DA583: hue angle of 74.12º 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 #9DA583 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 165 131 -
CMYK 0.05 0 0.21 0.35
HSL 74.12º 0.16% 0.58% -
HSV(B) 74.12º 0.21% 0.65% -
XYZ 31.46 35.72 26.71 -
YUV 158.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 157 165 131 0.05 0 0.21 0.35 74.12 0.16 0.58
Hex 9D A5 83 5 0 15 23 4A 10 3A
Octal 235 245 203 5 0 25 43 112 20 72
Binary 10011101 10100101 10000011 101 0 10101 100011 1001010 10000 111010

Color Harmonies of #9DA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA583

Black with #9DA583

Text Example


Text Example

White with #9DA583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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