#90936D

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

Shades of Avocado #90936D

Tints of Avocado #90936D

Color information

#90936D (or 0x90936D) is unknown color: approx Avocado. HEX triplet: 90, 93 and 6D. RGB value is (144,147,109). Sum of RGB (Red+Green+Blue) = 144+147+109=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #90936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90936D is #6F6C92. Grayscale: #8D8D8D. Windows color (decimal): -7302291 or 7181200. OLE color: 7181200.

HSL color Cylindrical-coordinate representation of color #90936D: hue angle of 64.74º 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 #90936D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB144147109-
CMYK0.0200.260.42
HSL64.74º14.96%50.2%-
HSV(B)64.74º25.85%57.65%-
XYZ24.727.918.55-
YUV141.77109.51129.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=36%
G=36.75%
B=27.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471090.0200.260.4264.7414.9650.2
Hex90936D201A2A41f32
Octal2202231552032521011762
Binary100100001001001111011011001101010101010000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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