#929773

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

Shades of Avocado #929773

Tints of Avocado #929773

Color information

#929773 (or 0x929773) is unknown color: approx Avocado. HEX triplet: 92, 97 and 73. RGB value is (146,151,115). Sum of RGB (Red+Green+Blue) = 146+151+115=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #929773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929773 is #6D688C. Grayscale: #919191. Windows color (decimal): -7170189 or 7575442. OLE color: 7575442.

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

Color convert

RGB146151115-
CMYK0.0300.240.41
HSL68.33º14.75%52.16%-
HSV(B)68.33º23.84%59.22%-
XYZ26.0229.4820.54-
YUV145.4110.84128.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=35.44%
G=36.65%
B=27.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511150.0300.240.4168.3314.7552.16
Hex92977330182944f34
Octal2222271633030511041764
Binary100100101001011111100111101100010100110001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929773; }

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

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

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

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

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

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

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

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