#90986A

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

Shades of Avocado #90986A

Tints of Avocado #90986A

Color information

#90986A (or 0x90986A) is unknown color: approx Avocado. HEX triplet: 90, 98 and 6A. RGB value is (144,152,106). Sum of RGB (Red+Green+Blue) = 144+152+106=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #90986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90986A is #6F6795. Grayscale: #909090. Windows color (decimal): -7301014 or 6985872. OLE color: 6985872.

HSL color Cylindrical-coordinate representation of color #90986A: hue angle of 70.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90986A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB144152106-
CMYK0.0500.300.40
HSL70.43º18.25%50.59%-
HSV(B)70.43º30.26%59.61%-
XYZ25.3329.4317.98-
YUV144.36106.35127.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=35.82%
G=37.81%
B=26.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441521060.0500.300.4070.4318.2550.59
Hex90986A501E28461233
Octal2202301525036501062263
Binary10010000100110001101010101011110101000100011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90986A; }

 p { color: rgb(144,152,106); }

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

<style>
 a { background-color: #90986A; }

 a { background-color: rgb(144,152,106); }

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

<style>
 span { border-color: #90986A; }

 span { border-color: rgb(144,152,106); }

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