Html Css Color HEX #9BA47D Sage

📋 copy color: '#9BA47D'

red 155 ◦ green 164 ◦ blue 125

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

Shades of Sage #9BA47D

Tints of Sage #9BA47D

RGB

 RED value IS 155 (60.94% from 255) = 34.91%

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 34.91%
G = 36.94%
B = 28.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#9BA47D (or 0x9BA47D) is known color: Sage. HEX triplet: 9B, A4 and 7D. RGB value is (155,164,125). Sum of RGB (Red+Green+Blue) = 155+164+125=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47D is #645B82. Grayscale: #9D9D9D. Windows color (decimal): -6577027 or 8234139. OLE color: 8234139.

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

Color convert

RGB 155 164 125 -
CMYK 0.05 0 0.24 0.36
HSL 73.85º 0.18% 0.57% -
HSV(B) 73.85º 0.24% 0.64% -
XYZ 30.49 35 24.55 -
YUV 156.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 155 164 125 0.05 0 0.24 0.36 73.85 0.18 0.57
Hex 9B A4 7D 5 0 18 24 4A 12 39
Octal 233 244 175 5 0 30 44 112 22 71
Binary 10011011 10100100 1111101 101 0 11000 100100 1001010 10010 111001

Color Harmonies of #9BA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA47D

Black with #9BA47D

Text Example


Text Example

White with #9BA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,125); }

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

background-color css

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

 a { background-color: rgb(155,164,125); }

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

border-color css

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

 span { border-color: rgb(155,164,125); }

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