#90986B

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

Shades of Avocado #90986B

Tints of Avocado #90986B

Color information

#90986B (or 0x90986B) is unknown color: approx Avocado. HEX triplet: 90, 98 and 6B. RGB value is (144,152,107). Sum of RGB (Red+Green+Blue) = 144+152+107=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #90986B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90986B is #6F6794. Grayscale: #909090. Windows color (decimal): -7301013 or 7051408. OLE color: 7051408.

HSL color Cylindrical-coordinate representation of color #90986B: hue angle of 70.67º 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 #90986B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB144152107-
CMYK0.0500.300.40
HSL70.67º17.93%50.78%-
HSV(B)70.67º29.61%59.61%-
XYZ25.3829.4518.26-
YUV144.48106.85127.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=35.73%
G=37.72%
B=26.55%

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
Decimal1441521070.0500.300.4070.6717.9350.78
Hex90986B501E28471233
Octal2202301535036501072263
Binary10010000100110001101011101011110101000100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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