Html Css Color HEX #9BA37C Sage

📋 copy color: '#9BA37C'

red 155 ◦ green 163 ◦ blue 124

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

Shades of Sage #9BA37C

Tints of Sage #9BA37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 35.07%
G = 36.88%
B = 28.05%

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

#9BA37C (or 0x9BA37C) is known color: Sage. HEX triplet: 9B, A3 and 7C. RGB value is (155,163,124). Sum of RGB (Red+Green+Blue) = 155+163+124=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA37C is #645C83. Grayscale: #9C9C9C. Windows color (decimal): -6577284 or 8168347. OLE color: 8168347.

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

Color convert

RGB 155 163 124 -
CMYK 0.05 0 0.24 0.36
HSL 72.31º 0.17% 0.56% -
HSV(B) 72.31º 0.24% 0.64% -
XYZ 30.25 34.62 24.16 -
YUV 156.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 155 163 124 0.05 0 0.24 0.36 72.31 0.17 0.56
Hex 9B A3 7C 5 0 18 24 48 11 38
Octal 233 243 174 5 0 30 44 110 21 70
Binary 10011011 10100011 1111100 101 0 11000 100100 1001000 10001 111000

Color Harmonies of #9BA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA37C

Black with #9BA37C

Text Example


Text Example

White with #9BA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,124); }

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

background-color css

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

 a { background-color: rgb(155,163,124); }

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

border-color css

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

 span { border-color: rgb(155,163,124); }

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