#909552

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

Shades of Avocado #909552

Tints of Avocado #909552

Color information

#909552 (or 0x909552) is unknown color: approx Avocado. HEX triplet: 90, 95 and 52. RGB value is (144,149,82). Sum of RGB (Red+Green+Blue) = 144+149+82=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #909552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909552 is #6F6AAD. Grayscale: #8C8C8C. Windows color (decimal): -7301806 or 5412240. OLE color: 5412240.

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

Color convert

RGB14414982-
CMYK0.0300.450.42
HSL64.48º29%45.29%-
HSV(B)64.48º44.97%58.43%-
XYZ23.7728.0312.14-
YUV139.8795.34130.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=38.4%
G=39.73%
B=21.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149820.0300.450.4264.482945.29
Hex909552302D2A401d2d
Octal2202251223055521003555
Binary10010000100101011010010110101101101010100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909552; }

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

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

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

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

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

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

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

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