Html Css Color HEX #9B9959 Avocado

📋 copy color: '#9B9959'

red 155 ◦ green 153 ◦ blue 89

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

Shades of Avocado #9B9959

Tints of Avocado #9B9959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 39.04%
G = 38.54%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B9959 (or 0x9B9959) is known color: Avocado. HEX triplet: 9B, 99 and 59. RGB value is (155,153,89). Sum of RGB (Red+Green+Blue) = 155+153+89=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9959 is #6466A6. Grayscale: #929292. Windows color (decimal): -6579879 or 5872027. OLE color: 5872027.

HSL color Cylindrical-coordinate representation of color #9B9959: hue angle of 58.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B9959 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 89 -
CMYK 0 0.01 0.43 0.39
HSL 58.18º 0.27% 0.48% -
HSV(B) 58.18º 0.43% 0.61% -
XYZ 26.71 30.47 13.93 -
YUV 146.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 155 153 89 0 0.01 0.43 0.39 58.18 0.27 0.48
Hex 9B 99 59 0 1 2B 27 3A 1B 30
Octal 233 231 131 0 1 53 47 72 33 60
Binary 10011011 10011001 1011001 0 1 101011 100111 111010 11011 110000

Color Harmonies of #9B9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9959

Black with #9B9959

Text Example


Text Example

White with #9B9959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,89); }

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

background-color css

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

 a { background-color: rgb(155,153,89); }

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

border-color css

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

 span { border-color: rgb(155,153,89); }

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