#939258

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

Shades of Avocado #939258

Tints of Avocado #939258

Color information

#939258 (or 0x939258) is unknown color: approx Avocado. HEX triplet: 93, 92 and 58. RGB value is (147,146,88). Sum of RGB (Red+Green+Blue) = 147+146+88=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #939258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939258 is #6C6DA7. Grayscale: #8B8B8B. Windows color (decimal): -7105960 or 5804691. OLE color: 5804691.

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

Color convert

RGB14714688-
CMYK00.010.400.42
HSL58.98º25.11%46.08%-
HSV(B)58.98º40.14%57.65%-
XYZ24.0727.4713.27-
YUV139.6998.83133.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=38.58%
G=38.32%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471468800.010.400.4258.9825.1146.08
Hex93925801282A3b192e
Octal223222130015052733156
Binary100100111001001010110000110100010101011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939258; }

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

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

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

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

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

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

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

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