#929771

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

Shades of Avocado #929771

Tints of Avocado #929771

Color information

#929771 (or 0x929771) is unknown color: approx Avocado. HEX triplet: 92, 97 and 71. RGB value is (146,151,113). Sum of RGB (Red+Green+Blue) = 146+151+113=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #929771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929771 is #6D688E. Grayscale: #919191. Windows color (decimal): -7170191 or 7444370. OLE color: 7444370.

HSL color Cylindrical-coordinate representation of color #929771: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929771 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB146151113-
CMYK0.0300.250.41
HSL67.89º15.45%51.76%-
HSV(B)67.89º25.17%59.22%-
XYZ25.929.4419.94-
YUV145.17109.84128.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=35.61%
G=36.83%
B=27.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511130.0300.250.4167.8915.4551.76
Hex92977130192944f34
Octal2222271613031511041764
Binary100100101001011111100011101100110100110001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929771; }

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

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

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

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

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

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

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

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