#90996A

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

Shades of Avocado #90996A

Tints of Avocado #90996A

Color information

#90996A (or 0x90996A) is unknown color: approx Avocado. HEX triplet: 90, 99 and 6A. RGB value is (144,153,106). Sum of RGB (Red+Green+Blue) = 144+153+106=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #90996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90996A is #6F6695. Grayscale: #919191. Windows color (decimal): -7300758 or 6986128. OLE color: 6986128.

HSL color Cylindrical-coordinate representation of color #90996A: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90996A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB144153106-
CMYK0.0600.310.4
HSL71.49º18.73%50.78%-
HSV(B)71.49º30.72%60%-
XYZ25.4929.7518.03-
YUV144.95106.02127.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=35.73%
G=37.97%
B=26.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531060.0600.310.471.4918.7350.78
Hex90996A601F28471333
Octal2202311526037501072363
Binary10010000100110011101010110011111101000100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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