#90946E

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

Shades of Avocado #90946E

Tints of Avocado #90946E

Color information

#90946E (or 0x90946E) is unknown color: approx Avocado. HEX triplet: 90, 94 and 6E. RGB value is (144,148,110). Sum of RGB (Red+Green+Blue) = 144+148+110=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #90946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90946E is #6F6B91. Grayscale: #8E8E8E. Windows color (decimal): -7302034 or 7246992. OLE color: 7246992.

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

Color convert

RGB144148110-
CMYK0.0300.260.42
HSL66.32º15.08%50.59%-
HSV(B)66.32º25.68%58.04%-
XYZ24.9128.2318.89-
YUV142.47109.67129.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=35.82%
G=36.82%
B=27.36%

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
Decimal1441481100.0300.260.4266.3215.0850.59
Hex90946E301A2A42f33
Octal2202241563032521021763
Binary100100001001010011011101101101010101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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