#90995B

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

Shades of Avocado #90995B

Tints of Avocado #90995B

Color information

#90995B (or 0x90995B) is unknown color: approx Avocado. HEX triplet: 90, 99 and 5B. RGB value is (144,153,91). Sum of RGB (Red+Green+Blue) = 144+153+91=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #90995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995B is #6F66A4. Grayscale: #8F8F8F. Windows color (decimal): -7300773 or 6003088. OLE color: 6003088.

HSL color Cylindrical-coordinate representation of color #90995B: hue angle of 68.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90995B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB14415391-
CMYK0.0600.410.4
HSL68.71º25.41%47.84%-
HSV(B)68.71º40.52%60%-
XYZ24.7829.4714.28-
YUV143.2498.52128.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=37.11%
G=39.43%
B=23.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153910.0600.410.468.7125.4147.84
Hex90995B602928451930
Octal2202311336051501053160
Binary100100001001100110110111100101001101000100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90995B; }

 p { color: rgb(144,153,91); }

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

<style>
 a { background-color: #90995B; }

 a { background-color: rgb(144,153,91); }

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

<style>
 span { border-color: #90995B; }

 span { border-color: rgb(144,153,91); }

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