Html Css Color HEX #9BA373 Sage

📋 copy color: '#9BA373'

red 155 ◦ green 163 ◦ blue 115

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

Shades of Sage #9BA373

Tints of Sage #9BA373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 35.8%
G = 37.64%
B = 26.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#9BA373 (or 0x9BA373) is known color: Sage. HEX triplet: 9B, A3 and 73. RGB value is (155,163,115). Sum of RGB (Red+Green+Blue) = 155+163+115=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA373 is #645C8C. Grayscale: #9B9B9B. Windows color (decimal): -6577293 or 7578523. OLE color: 7578523.

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

Color convert

RGB 155 163 115 -
CMYK 0.05 0 0.29 0.36
HSL 70º 0.21% 0.55% -
HSV(B) 70º 0.29% 0.64% -
XYZ 29.71 34.4 21.29 -
YUV 155.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 155 163 115 0.05 0 0.29 0.36 70 0.21 0.55
Hex 9B A3 73 5 0 1D 24 46 15 37
Octal 233 243 163 5 0 35 44 106 25 67
Binary 10011011 10100011 1110011 101 0 11101 100100 1000110 10101 110111

Color Harmonies of #9BA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA373

Black with #9BA373

Text Example


Text Example

White with #9BA373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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