#929667

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

Shades of Avocado #929667

Tints of Avocado #929667

Color information

#929667 (or 0x929667) is unknown color: approx Avocado. HEX triplet: 92, 96 and 67. RGB value is (146,150,103). Sum of RGB (Red+Green+Blue) = 146+150+103=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #929667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929667 is #6D6998. Grayscale: #8F8F8F. Windows color (decimal): -7170457 or 6788754. OLE color: 6788754.

HSL color Cylindrical-coordinate representation of color #929667: hue angle of 65.11º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929667 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB146150103-
CMYK0.0300.310.41
HSL65.11º18.58%49.61%-
HSV(B)65.11º31.33%58.82%-
XYZ25.2128.917.08-
YUV143.45105.17129.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=36.59%
G=37.59%
B=25.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501030.0300.310.4165.1118.5849.61
Hex929667301F29411332
Octal2222261473037511012362
Binary1001001010010110110011111011111101001100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929667; }

 p { color: rgb(146,150,103); }

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

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

 a { background-color: rgb(146,150,103); }

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

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

 span { border-color: rgb(146,150,103); }

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