#929955

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

Shades of Avocado #929955

Tints of Avocado #929955

Color information

#929955 (or 0x929955) is unknown color: approx Avocado. HEX triplet: 92, 99 and 55. RGB value is (146,153,85). Sum of RGB (Red+Green+Blue) = 146+153+85=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #929955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929955 is #6D66AA. Grayscale: #8F8F8F. Windows color (decimal): -7169707 or 5609874. OLE color: 5609874.

HSL color Cylindrical-coordinate representation of color #929955: hue angle of 66.18º 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 #929955 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB14615385-
CMYK0.0500.440.4
HSL66.18º28.57%46.67%-
HSV(B)66.18º44.44%60%-
XYZ24.8829.5512.99-
YUV143.1595.18130.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=38.02%
G=39.84%
B=22.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146153850.0500.440.466.1828.5746.67
Hex929955502C28421d2f
Octal2222311255054501023557
Binary100100101001100110101011010101100101000100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929955; }

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

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

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

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

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

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

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

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