#929469

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

Shades of Avocado #929469

Tints of Avocado #929469

Color information

#929469 (or 0x929469) is unknown color: approx Avocado. HEX triplet: 92, 94 and 69. RGB value is (146,148,105). Sum of RGB (Red+Green+Blue) = 146+148+105=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #929469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929469 is #6D6B96. Grayscale: #8E8E8E. Windows color (decimal): -7170967 or 6919314. OLE color: 6919314.

HSL color Cylindrical-coordinate representation of color #929469: hue angle of 62.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929469 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB146148105-
CMYK0.0100.290.42
HSL62.79º17%49.61%-
HSV(B)62.79º29.05%58.04%-
XYZ24.9928.3117.51-
YUV142.5106.84130.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=36.59%
G=37.09%
B=26.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481050.0100.290.4262.791749.61
Hex929469101D2A3f1132
Octal222224151103552772162
Binary10010010100101001101001101110110101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929469; }

 p { color: rgb(146,148,105); }

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

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

 a { background-color: rgb(146,148,105); }

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

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

 span { border-color: rgb(146,148,105); }

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