#90995C

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

Shades of Avocado #90995C

Tints of Avocado #90995C

Color information

#90995C (or 0x90995C) is unknown color: approx Avocado. HEX triplet: 90, 99 and 5C. RGB value is (144,153,92). Sum of RGB (Red+Green+Blue) = 144+153+92=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #90995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995C is #6F66A3. Grayscale: #8F8F8F. Windows color (decimal): -7300772 or 6068624. OLE color: 6068624.

HSL color Cylindrical-coordinate representation of color #90995C: hue angle of 68.85º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90995C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB14415392-
CMYK0.0600.400.4
HSL68.85º24.9%48.04%-
HSV(B)68.85º39.87%60%-
XYZ24.8229.4814.51-
YUV143.3599.02128.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=37.02%
G=39.33%
B=23.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153920.0600.400.468.8524.948.04
Hex90995C602828451930
Octal2202311346050501053160
Binary100100001001100110111001100101000101000100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90995C; }

 p { color: rgb(144,153,92); }

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

<style>
 a { background-color: #90995C; }

 a { background-color: rgb(144,153,92); }

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

<style>
 span { border-color: #90995C; }

 span { border-color: rgb(144,153,92); }

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