#929958

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

Shades of Avocado #929958

Tints of Avocado #929958

Color information

#929958 (or 0x929958) is unknown color: approx Avocado. HEX triplet: 92, 99 and 58. RGB value is (146,153,88). Sum of RGB (Red+Green+Blue) = 146+153+88=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #929958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929958 is #6D66A7. Grayscale: #8F8F8F. Windows color (decimal): -7169704 or 5806482. OLE color: 5806482.

HSL color Cylindrical-coordinate representation of color #929958: hue angle of 66.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929958 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB14615388-
CMYK0.0500.420.4
HSL66.46º26.97%47.25%-
HSV(B)66.46º42.48%60%-
XYZ25.0129.613.63-
YUV143.596.68129.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=37.73%
G=39.53%
B=22.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146153880.0500.420.466.4626.9747.25
Hex929958502A28421b2f
Octal2222311305052501023357
Binary100100101001100110110001010101010101000100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929958; }

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

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

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

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

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

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

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

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