Html Css Color HEX #9DA481 Sage

📋 copy color: '#9DA481'

red 157 ◦ green 164 ◦ blue 129

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

Shades of Sage #9DA481

Tints of Sage #9DA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

 BLUE value IS 129 (50.78% from 255) = 28.67%

R = 34.89%
G = 36.44%
B = 28.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9DA481 (or 0x9DA481) is known color: Sage. HEX triplet: 9D, A4 and 81. RGB value is (157,164,129). Sum of RGB (Red+Green+Blue) = 157+164+129=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA481 is #625B7E. Grayscale: #9E9E9E. Windows color (decimal): -6445951 or 8496285. OLE color: 8496285.

HSL color Cylindrical-coordinate representation of color #9DA481: hue angle of 72º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA481 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 164 129 -
CMYK 0.04 0 0.21 0.36
HSL 72º 0.16% 0.57% -
HSV(B) 72º 0.21% 0.64% -
XYZ 31.14 35.3 25.94 -
YUV 157.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 157 164 129 0.04 0 0.21 0.36 72 0.16 0.57
Hex 9D A4 81 4 0 15 24 48 10 39
Octal 235 244 201 4 0 25 44 110 20 71
Binary 10011101 10100100 10000001 100 0 10101 100100 1001000 10000 111001

Color Harmonies of #9DA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA481

Black with #9DA481

Text Example


Text Example

White with #9DA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,164,129); }

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

background-color css

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

 a { background-color: rgb(157,164,129); }

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

border-color css

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

 span { border-color: rgb(157,164,129); }

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