#90995d

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

Shades of Avocado #90995D

Tints of Avocado #90995D

Color information

#90995D (or 0x90995D) is unknown color: approx Avocado. HEX triplet: 90, 99 and 5D. RGB value is (144,153,93). Sum of RGB (Red+Green+Blue) = 144+153+93=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #90995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995D is #6F66A2. Grayscale: #8F8F8F. Windows color (decimal): -7300771 or 6134160. OLE color: 6134160.

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

Color convert

RGB14415393-
CMYK0.0600.390.4
HSL69º24.39%48.24%-
HSV(B)69º39.22%60%-
XYZ24.8729.514.74-
YUV143.4799.52128.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=36.92%
G=39.23%
B=23.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153930.0600.390.46924.3948.24
Hex90995D602728451830
Octal2202311356047501053060
Binary100100001001100110111011100100111101000100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90995d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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