Html Css Color HEX #9DA683 Sage

📋 copy color: '#9DA683'

red 157 ◦ green 166 ◦ blue 131

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

Shades of Sage #9DA683

Tints of Sage #9DA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 34.58%
G = 36.56%
B = 28.85%

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

#9DA683 (or 0x9DA683) is known color: Sage. HEX triplet: 9D, A6 and 83. RGB value is (157,166,131). Sum of RGB (Red+Green+Blue) = 157+166+131=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA683 is #62597C. Grayscale: #9F9F9F. Windows color (decimal): -6445437 or 8627869. OLE color: 8627869.

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

Color convert

RGB 157 166 131 -
CMYK 0.05 0 0.21 0.35
HSL 75.43º 0.16% 0.58% -
HSV(B) 75.43º 0.21% 0.65% -
XYZ 31.64 36.08 26.77 -
YUV 159.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 157 166 131 0.05 0 0.21 0.35 75.43 0.16 0.58
Hex 9D A6 83 5 0 15 23 4B 10 3A
Octal 235 246 203 5 0 25 43 113 20 72
Binary 10011101 10100110 10000011 101 0 10101 100011 1001011 10000 111010

Color Harmonies of #9DA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA683

Black with #9DA683

Text Example


Text Example

White with #9DA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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