#90936E

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

Shades of Avocado #90936E

Tints of Avocado #90936E

Color information

#90936E (or 0x90936E) is unknown color: approx Avocado. HEX triplet: 90, 93 and 6E. RGB value is (144,147,110). Sum of RGB (Red+Green+Blue) = 144+147+110=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #90936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90936E is #6F6C91. Grayscale: #8E8E8E. Windows color (decimal): -7302290 or 7246736. OLE color: 7246736.

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

Color convert

RGB144147110-
CMYK0.0200.250.42
HSL64.86º14.62%50.39%-
HSV(B)64.86º25.17%57.65%-
XYZ24.7527.9218.84-
YUV141.88110.01129.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=35.91%
G=36.66%
B=27.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471100.0200.250.4264.8614.6250.39
Hex90936E20192A41f32
Octal2202231562031521011762
Binary100100001001001111011101001100110101010000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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