#929564

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

Shades of Avocado #929564

Tints of Avocado #929564

Color information

#929564 (or 0x929564) is unknown color: approx Avocado. HEX triplet: 92, 95 and 64. RGB value is (146,149,100). Sum of RGB (Red+Green+Blue) = 146+149+100=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #929564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929564 is #6D6A9B. Grayscale: #8E8E8E. Windows color (decimal): -7170716 or 6591890. OLE color: 6591890.

HSL color Cylindrical-coordinate representation of color #929564: hue angle of 63.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929564 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB146149100-
CMYK0.0200.330.42
HSL63.67º19.68%48.82%-
HSV(B)63.67º32.89%58.43%-
XYZ24.928.5316.25-
YUV142.52104.01130.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=36.96%
G=37.72%
B=25.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491000.0200.330.4263.6719.6848.82
Hex92956420212A401431
Octal2222251442041521002461
Binary10010010100101011100100100100001101010100000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929564; }

 p { color: rgb(146,149,100); }

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

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

 a { background-color: rgb(146,149,100); }

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

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

 span { border-color: rgb(146,149,100); }

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