#929B6C

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

Shades of Avocado #929B6C

Tints of Avocado #929B6C

Color information

#929B6C (or 0x929B6C) is unknown color: approx Avocado. HEX triplet: 92, 9B and 6C. RGB value is (146,155,108). Sum of RGB (Red+Green+Blue) = 146+155+108=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #929B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B6C is #6D6493. Grayscale: #939393. Windows color (decimal): -7169172 or 7117714. OLE color: 7117714.

HSL color Cylindrical-coordinate representation of color #929B6C: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929B6C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB146155108-
CMYK0.0600.300.39
HSL71.49º19.03%51.57%-
HSV(B)71.49º30.32%60.78%-
XYZ26.2830.6418.72-
YUV146.95106.02127.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=35.70%
G=37.90%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551080.0600.300.3971.4919.0351.57
Hex929B6C601E27471334
Octal2222331546036471072364
Binary10010010100110111101100110011110100111100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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