#919552

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

Shades of Avocado #919552

Tints of Avocado #919552

Color information

#919552 (or 0x919552) is unknown color: approx Avocado. HEX triplet: 91, 95 and 52. RGB value is (145,149,82). Sum of RGB (Red+Green+Blue) = 145+149+82=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #919552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919552 is #6E6AAD. Grayscale: #8C8C8C. Windows color (decimal): -7236270 or 5412241. OLE color: 5412241.

HSL color Cylindrical-coordinate representation of color #919552: hue angle of 63.58º 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 #919552 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14514982-
CMYK0.0300.450.42
HSL63.58º29%45.29%-
HSV(B)63.58º44.97%58.43%-
XYZ23.9528.1212.15-
YUV140.1795.17131.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=38.56%
G=39.63%
B=21.81%

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
Decimal145149820.0300.450.4263.582945.29
Hex919552302D2A401d2d
Octal2212251223055521003555
Binary10010001100101011010010110101101101010100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919552; }

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

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

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

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

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

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

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

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