#939955

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

Shades of Avocado #939955

Tints of Avocado #939955

Color information

#939955 (or 0x939955) is unknown color: approx Avocado. HEX triplet: 93, 99 and 55. RGB value is (147,153,85). Sum of RGB (Red+Green+Blue) = 147+153+85=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #939955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939955 is #6C66AA. Grayscale: #8F8F8F. Windows color (decimal): -7104171 or 5609875. OLE color: 5609875.

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

Color convert

RGB14715385-
CMYK0.0400.440.4
HSL65.29º28.57%46.67%-
HSV(B)65.29º44.44%60%-
XYZ25.0629.6412.99-
YUV143.4595.01130.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=38.18%
G=39.74%
B=22.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153850.0400.440.465.2928.5746.67
Hex939955402C28411d2f
Octal2232311254054501013557
Binary100100111001100110101011000101100101000100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939955; }

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

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

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

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

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

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

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

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