#929871

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

Shades of Avocado #929871

Tints of Avocado #929871

Color information

#929871 (or 0x929871) is unknown color: approx Avocado. HEX triplet: 92, 98 and 71. RGB value is (146,152,113). Sum of RGB (Red+Green+Blue) = 146+152+113=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #929871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929871 is #6D678E. Grayscale: #919191. Windows color (decimal): -7169935 or 7444626. OLE color: 7444626.

HSL color Cylindrical-coordinate representation of color #929871: hue angle of 69.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #929871 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB146152113-
CMYK0.0400.260.40
HSL69.23º15.92%51.96%-
HSV(B)69.23º25.66%59.61%-
XYZ26.0629.7619.99-
YUV145.76109.51128.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=35.52%
G=36.98%
B=27.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521130.0400.260.4069.2315.9251.96
Hex929871401A28451034
Octal2222301614032501052064
Binary10010010100110001110001100011010101000100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929871; }

 p { color: rgb(146,152,113); }

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

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

 a { background-color: rgb(146,152,113); }

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

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

 span { border-color: rgb(146,152,113); }

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