Html Css Color HEX #9BA583 Sage

📋 copy color: '#9BA583'

red 155 ◦ green 165 ◦ blue 131

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

Shades of Sage #9BA583

Tints of Sage #9BA583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 34.37%
G = 36.59%
B = 29.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9BA583 (or 0x9BA583) is known color: Sage. HEX triplet: 9B, A5 and 83. RGB value is (155,165,131). Sum of RGB (Red+Green+Blue) = 155+165+131=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA583 is #645A7C. Grayscale: #9E9E9E. Windows color (decimal): -6576765 or 8627611. OLE color: 8627611.

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

Color convert

RGB 155 165 131 -
CMYK 0.06 0 0.21 0.35
HSL 77.65º 0.16% 0.58% -
HSV(B) 77.65º 0.21% 0.65% -
XYZ 31.07 35.52 26.69 -
YUV 158.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 155 165 131 0.06 0 0.21 0.35 77.65 0.16 0.58
Hex 9B A5 83 6 0 15 23 4E 10 3A
Octal 233 245 203 6 0 25 43 116 20 72
Binary 10011011 10100101 10000011 110 0 10101 100011 1001110 10000 111010

Color Harmonies of #9BA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA583

Black with #9BA583

Text Example


Text Example

White with #9BA583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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