#929A6C

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

Shades of Avocado #929A6C

Tints of Avocado #929A6C

Color information

#929A6C (or 0x929A6C) is unknown color: approx Avocado. HEX triplet: 92, 9A and 6C. RGB value is (146,154,108). Sum of RGB (Red+Green+Blue) = 146+154+108=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #929A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A6C is #6D6593. Grayscale: #929292. Windows color (decimal): -7169428 or 7117458. OLE color: 7117458.

HSL color Cylindrical-coordinate representation of color #929A6C: hue angle of 70.43º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929A6C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB146154108-
CMYK0.0500.300.40
HSL70.43º18.55%51.37%-
HSV(B)70.43º29.87%60.39%-
XYZ26.1230.318.66-
YUV146.36106.35127.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=35.78%
G=37.75%
B=26.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541080.0500.300.4070.4318.5551.37
Hex929A6C501E28461333
Octal2222321545036501062363
Binary10010010100110101101100101011110101000100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929A6C; }

 p { color: rgb(146,154,108); }

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

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

 a { background-color: rgb(146,154,108); }

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

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

 span { border-color: rgb(146,154,108); }

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