#9A9357

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

Shades of Avocado #9A9357

Tints of Avocado #9A9357

Color information

#9A9357 (or 0x9A9357) is unknown color: approx Avocado. HEX triplet: 9A, 93 and 57. RGB value is (154,147,87). Sum of RGB (Red+Green+Blue) = 154+147+87=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9357 is #656CA8. Grayscale: #8E8E8E. Windows color (decimal): -6646953 or 5739418. OLE color: 5739418.

HSL color Cylindrical-coordinate representation of color #9A9357: hue angle of 53.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A9357 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15414787-
CMYK00.050.440.40
HSL53.73º27.8%47.25%-
HSV(B)53.73º43.51%60.39%-
XYZ25.4828.4313.16-
YUV142.2596.82136.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=39.69%
G=37.89%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541478700.050.440.4053.7327.847.25
Hex9A9357052C28361c2f
Octal232223127055450663457
Binary10011010100100111010111010110110010100011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,147,87); }

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

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

 a { background-color: rgb(154,147,87); }

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

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

 span { border-color: rgb(154,147,87); }

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