Html Css Color HEX #9BA577 Sage

📋 copy color: '#9BA577'

red 155 ◦ green 165 ◦ blue 119

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

Shades of Sage #9BA577

Tints of Sage #9BA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 35.31%
G = 37.59%
B = 27.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#9BA577 (or 0x9BA577) is known color: Sage. HEX triplet: 9B, A5 and 77. RGB value is (155,165,119). Sum of RGB (Red+Green+Blue) = 155+165+119=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA577 is #645A88. Grayscale: #9C9C9C. Windows color (decimal): -6576777 or 7841179. OLE color: 7841179.

HSL color Cylindrical-coordinate representation of color #9BA577: hue angle of 73.04º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA577 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 119 -
CMYK 0.06 0 0.28 0.35
HSL 73.04º 0.2% 0.56% -
HSV(B) 73.04º 0.28% 0.65% -
XYZ 30.3 35.21 22.65 -
YUV 156.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 155 165 119 0.06 0 0.28 0.35 73.04 0.2 0.56
Hex 9B A5 77 6 0 1C 23 49 14 38
Octal 233 245 167 6 0 34 43 111 24 70
Binary 10011011 10100101 1110111 110 0 11100 100011 1001001 10100 111000

Color Harmonies of #9BA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA577

Black with #9BA577

Text Example


Text Example

White with #9BA577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,119); }

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

background-color css

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

 a { background-color: rgb(155,165,119); }

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

border-color css

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

 span { border-color: rgb(155,165,119); }

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