#929258

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

Shades of Avocado #929258

Tints of Avocado #929258

Color information

#929258 (or 0x929258) is unknown color: approx Avocado. HEX triplet: 92, 92 and 58. RGB value is (146,146,88). Sum of RGB (Red+Green+Blue) = 146+146+88=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929258 is #6D6DA7. Grayscale: #8B8B8B. Windows color (decimal): -7171496 or 5804690. OLE color: 5804690.

HSL color Cylindrical-coordinate representation of color #929258: hue angle of 60º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929258 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14614688-
CMYK000.400.43
HSL60º24.79%45.88%-
HSV(B)60º39.73%57.25%-
XYZ23.8927.3713.26-
YUV139.3999132.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=38.42%
G=38.42%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614688000.400.436024.7945.88
Hex92925800282B3c192e
Octal222222130005053743156
Binary100100101001001010110000010100010101111110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929258; }

 p { color: rgb(146,146,88); }

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

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

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

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

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

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

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