Html Css Color HEX #9DA582 Sage

📋 copy color: '#9DA582'

red 157 ◦ green 165 ◦ blue 130

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

Shades of Sage #9DA582

Tints of Sage #9DA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 34.73%
G = 36.5%
B = 28.76%

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

#9DA582 (or 0x9DA582) is known color: Sage. HEX triplet: 9D, A5 and 82. RGB value is (157,165,130). Sum of RGB (Red+Green+Blue) = 157+165+130=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA582 is #625A7D. Grayscale: #9E9E9E. Windows color (decimal): -6445694 or 8562077. OLE color: 8562077.

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

Color convert

RGB 157 165 130 -
CMYK 0.05 0 0.21 0.35
HSL 73.71º 0.16% 0.58% -
HSV(B) 73.71º 0.21% 0.65% -
XYZ 31.39 35.69 26.35 -
YUV 158.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 157 165 130 0.05 0 0.21 0.35 73.71 0.16 0.58
Hex 9D A5 82 5 0 15 23 4A 10 3A
Octal 235 245 202 5 0 25 43 112 20 72
Binary 10011101 10100101 10000010 101 0 10101 100011 1001010 10000 111010

Color Harmonies of #9DA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA582

Black with #9DA582

Text Example


Text Example

White with #9DA582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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