#9B9A61

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

Shades of Avocado #9B9A61

Tints of Avocado #9B9A61

Color information

#9B9A61 (or 0x9B9A61) is unknown color: approx Avocado. HEX triplet: 9B, 9A and 61. RGB value is (155,154,97). Sum of RGB (Red+Green+Blue) = 155+154+97=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A61 is #64659E. Grayscale: #949494. Windows color (decimal): -6579615 or 6396571. OLE color: 6396571.

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

Color convert

RGB15515497-
CMYK00.010.370.39
HSL58.97º23.02%49.41%-
HSV(B)58.97º37.42%60.78%-
XYZ27.2330.9415.85-
YUV147.899.33133.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=38.18%
G=37.93%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551549700.010.370.3958.9723.0249.41
Hex9B9A610125273b1731
Octal233232141014547732761
Binary100110111001101011000010110010110011111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,97); }

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

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

 a { background-color: rgb(155,154,97); }

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

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

 span { border-color: rgb(155,154,97); }

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