#909553

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

Shades of Avocado #909553

Tints of Avocado #909553

Color information

#909553 (or 0x909553) is unknown color: approx Avocado. HEX triplet: 90, 95 and 53. RGB value is (144,149,83). Sum of RGB (Red+Green+Blue) = 144+149+83=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #909553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909553 is #6F6AAC. Grayscale: #8C8C8C. Windows color (decimal): -7301805 or 5477776. OLE color: 5477776.

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

Color convert

RGB14414983-
CMYK0.0300.440.42
HSL64.55º28.45%45.49%-
HSV(B)64.55º44.3%58.43%-
XYZ23.8128.0512.34-
YUV139.9895.84130.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=38.30%
G=39.63%
B=22.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149830.0300.440.4264.5528.4545.49
Hex909553302C2A411c2d
Octal2202251233054521013455
Binary10010000100101011010011110101100101010100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909553; }

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

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

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

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

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

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

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

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