Html Css Color HEX #9BA571 Sage

📋 copy color: '#9BA571'

red 155 ◦ green 165 ◦ blue 113

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

Shades of Sage #9BA571

Tints of Sage #9BA571

RGB

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

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

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

R = 35.8%
G = 38.11%
B = 26.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#9BA571 (or 0x9BA571) is known color: Sage. HEX triplet: 9B, A5 and 71. RGB value is (155,165,113). Sum of RGB (Red+Green+Blue) = 155+165+113=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA571 is #645A8E. Grayscale: #9C9C9C. Windows color (decimal): -6576783 or 7447963. OLE color: 7447963.

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

Color convert

RGB 155 165 113 -
CMYK 0.06 0 0.32 0.35
HSL 71.54º 0.22% 0.55% -
HSV(B) 71.54º 0.32% 0.65% -
XYZ 29.95 35.07 20.81 -
YUV 156.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 155 165 113 0.06 0 0.32 0.35 71.54 0.22 0.55
Hex 9B A5 71 6 0 20 23 48 16 37
Octal 233 245 161 6 0 40 43 110 26 67
Binary 10011011 10100101 1110001 110 0 100000 100011 1001000 10110 110111

Color Harmonies of #9BA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA571

Black with #9BA571

Text Example


Text Example

White with #9BA571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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