#939855

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

Shades of Avocado #939855

Tints of Avocado #939855

Color information

#939855 (or 0x939855) is unknown color: approx Avocado. HEX triplet: 93, 98 and 55. RGB value is (147,152,85). Sum of RGB (Red+Green+Blue) = 147+152+85=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #939855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939855 is #6C67AA. Grayscale: #8F8F8F. Windows color (decimal): -7104427 or 5609619. OLE color: 5609619.

HSL color Cylindrical-coordinate representation of color #939855: hue angle of 64.48º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #939855 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB14715285-
CMYK0.0300.440.40
HSL64.48º28.27%46.47%-
HSV(B)64.48º44.08%59.61%-
XYZ24.929.3212.94-
YUV142.8795.34130.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=38.28%
G=39.58%
B=22.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147152850.0300.440.4064.4828.2746.47
Hex939855302C28401c2e
Octal2232301253054501003456
Binary10010011100110001010101110101100101000100000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939855; }

 p { color: rgb(147,152,85); }

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

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

 a { background-color: rgb(147,152,85); }

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

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

 span { border-color: rgb(147,152,85); }

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