Html Css Color HEX #9DA271 Sage

📋 copy color: '#9DA271'

red 157 ◦ green 162 ◦ blue 113

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

Shades of Sage #9DA271

Tints of Sage #9DA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 36.34%
G = 37.5%
B = 26.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#9DA271 (or 0x9DA271) is known color: Sage. HEX triplet: 9D, A2 and 71. RGB value is (157,162,113). Sum of RGB (Red+Green+Blue) = 157+162+113=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA271 is #625D8E. Grayscale: #9B9B9B. Windows color (decimal): -6446479 or 7447197. OLE color: 7447197.

HSL color Cylindrical-coordinate representation of color #9DA271: hue angle of 66.12º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA271 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 113 -
CMYK 0.03 0 0.30 0.36
HSL 66.12º 0.21% 0.54% -
HSV(B) 66.12º 0.3% 0.64% -
XYZ 29.81 34.2 20.65 -
YUV 154.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 157 162 113 0.03 0 0.30 0.36 66.12 0.21 0.54
Hex 9D A2 71 3 0 1E 24 42 15 36
Octal 235 242 161 3 0 36 44 102 25 66
Binary 10011101 10100010 1110001 11 0 11110 100100 1000010 10101 110110

Color Harmonies of #9DA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA271

Black with #9DA271

Text Example


Text Example

White with #9DA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,162,113); }

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

background-color css

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

 a { background-color: rgb(157,162,113); }

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

border-color css

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

 span { border-color: rgb(157,162,113); }

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