#909555

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

Shades of Avocado #909555

Tints of Avocado #909555

Color information

#909555 (or 0x909555) is unknown color: approx Avocado. HEX triplet: 90, 95 and 55. RGB value is (144,149,85). Sum of RGB (Red+Green+Blue) = 144+149+85=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #909555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909555 is #6F6AAA. Grayscale: #8C8C8C. Windows color (decimal): -7301803 or 5608848. OLE color: 5608848.

HSL color Cylindrical-coordinate representation of color #909555: hue angle of 64.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909555 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14414985-
CMYK0.0300.430.42
HSL64.69º27.35%45.88%-
HSV(B)64.69º42.95%58.43%-
XYZ23.8928.0812.76-
YUV140.2196.84130.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=38.10%
G=39.42%
B=22.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149850.0300.430.4264.6927.3545.88
Hex909555302B2A411b2e
Octal2202251253053521013356
Binary10010000100101011010101110101011101010100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909555; }

 p { color: rgb(144,149,85); }

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

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

 a { background-color: rgb(144,149,85); }

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

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

 span { border-color: rgb(144,149,85); }

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