Html Css Color HEX #9BA485 Sage

📋 copy color: '#9BA485'

red 155 ◦ green 164 ◦ blue 133

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

Shades of Sage #9BA485

Tints of Sage #9BA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 34.29%
G = 36.28%
B = 29.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9BA485 (or 0x9BA485) is known color: Sage. HEX triplet: 9B, A4 and 85. RGB value is (155,164,133). Sum of RGB (Red+Green+Blue) = 155+164+133=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA485 is #645B7A. Grayscale: #9D9D9D. Windows color (decimal): -6577019 or 8758427. OLE color: 8758427.

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

Color convert

RGB 155 164 133 -
CMYK 0.05 0 0.19 0.36
HSL 77.42º 0.15% 0.58% -
HSV(B) 77.42º 0.19% 0.64% -
XYZ 31.03 35.21 27.35 -
YUV 157.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 155 164 133 0.05 0 0.19 0.36 77.42 0.15 0.58
Hex 9B A4 85 5 0 13 24 4D F 3A
Octal 233 244 205 5 0 23 44 115 17 72
Binary 10011011 10100100 10000101 101 0 10011 100100 1001101 1111 111010

Color Harmonies of #9BA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA485

Black with #9BA485

Text Example


Text Example

White with #9BA485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,133); }

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

background-color css

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

 a { background-color: rgb(155,164,133); }

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

border-color css

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

 span { border-color: rgb(155,164,133); }

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