#929553

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

Shades of Avocado #929553

Tints of Avocado #929553

Color information

#929553 (or 0x929553) is unknown color: approx Avocado. HEX triplet: 92, 95 and 53. RGB value is (146,149,83). Sum of RGB (Red+Green+Blue) = 146+149+83=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #929553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929553 is #6D6AAC. Grayscale: #8C8C8C. Windows color (decimal): -7170733 or 5477778. OLE color: 5477778.

HSL color Cylindrical-coordinate representation of color #929553: hue angle of 62.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #929553 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14614983-
CMYK0.0200.440.42
HSL62.73º28.45%45.49%-
HSV(B)62.73º44.3%58.43%-
XYZ24.1628.2312.36-
YUV140.5895.51131.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=38.62%
G=39.42%
B=21.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146149830.0200.440.4262.7328.4545.49
Hex929553202C2A3f1c2d
Octal222225123205452773455
Binary1001001010010101101001110010110010101011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929553; }

 p { color: rgb(146,149,83); }

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

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

 a { background-color: rgb(146,149,83); }

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

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

 span { border-color: rgb(146,149,83); }

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