#90946A

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

Shades of Avocado #90946A

Tints of Avocado #90946A

Color information

#90946A (or 0x90946A) is unknown color: approx Avocado. HEX triplet: 90, 94 and 6A. RGB value is (144,148,106). Sum of RGB (Red+Green+Blue) = 144+148+106=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #90946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90946A is #6F6B95. Grayscale: #8E8E8E. Windows color (decimal): -7302038 or 6984848. OLE color: 6984848.

HSL color Cylindrical-coordinate representation of color #90946A: hue angle of 65.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90946A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB144148106-
CMYK0.0300.280.42
HSL65.71º16.54%49.8%-
HSV(B)65.71º28.38%58.04%-
XYZ24.6928.1517.77-
YUV142.02107.67129.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=36.18%
G=37.19%
B=26.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481060.0300.280.4265.7116.5449.8
Hex90946A301C2A421132
Octal2202241523034521022162
Binary1001000010010100110101011011100101010100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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