#9B955A

Color #9B955A Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #9B955A

Tints of Avocado #9B955A

Color information

#9B955A (or 0x9B955A) is unknown color: approx Avocado. HEX triplet: 9B, 95 and 5A. RGB value is (155,149,90). Sum of RGB (Red+Green+Blue) = 155+149+90=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B955A is #646AA5. Grayscale: #909090. Windows color (decimal): -6580902 or 5936539. OLE color: 5936539.

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

Color convert

RGB15514990-
CMYK00.040.420.39
HSL54.46º26.53%48.04%-
HSV(B)54.46º41.94%60.78%-
XYZ26.1129.213.93-
YUV144.0797.49135.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=39.34%
G=37.82%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551499000.040.420.3954.4626.5348.04
Hex9B955A042A27361b30
Octal233225132045247663360
Binary10011011100101011011010010010101010011111011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,90); }

 H1.HeaderClassName
 {
   color: #9B955A;
 }
 .AnyTagClassName
 {
   color: #9B955A;
 }
</style>
background-color css

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

 a { background-color: rgb(155,149,90); }

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

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

 span { border-color: rgb(155,149,90); }

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