#90946D

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

Shades of Avocado #90946D

Tints of Avocado #90946D

Color information

#90946D (or 0x90946D) is unknown color: approx Avocado. HEX triplet: 90, 94 and 6D. RGB value is (144,148,109). Sum of RGB (Red+Green+Blue) = 144+148+109=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #90946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90946D is #6F6B92. Grayscale: #8E8E8E. Windows color (decimal): -7302035 or 7181456. OLE color: 7181456.

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

Color convert

RGB144148109-
CMYK0.0300.260.42
HSL66.15º15.42%50.39%-
HSV(B)66.15º26.35%58.04%-
XYZ24.8528.2118.6-
YUV142.36109.17129.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=35.91%
G=36.91%
B=27.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481090.0300.260.4266.1515.4250.39
Hex90946D301A2A42f32
Octal2202241553032521021762
Binary100100001001010011011011101101010101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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