#929C6D

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

Shades of Avocado #929C6D

Tints of Avocado #929C6D

Color information

#929C6D (or 0x929C6D) is unknown color: approx Avocado. HEX triplet: 92, 9C and 6D. RGB value is (146,156,109). Sum of RGB (Red+Green+Blue) = 146+156+109=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #929C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929C6D is #6D6392. Grayscale: #939393. Windows color (decimal): -7168915 or 7183506. OLE color: 7183506.

HSL color Cylindrical-coordinate representation of color #929C6D: hue angle of 72.77º 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 #929C6D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB146156109-
CMYK0.0600.300.39
HSL72.77º19.18%51.96%-
HSV(B)72.77º30.13%61.18%-
XYZ26.530.9919.05-
YUV147.65106.19126.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=35.52%
G=37.96%
B=26.52%

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
Decimal1461561090.0600.300.3972.7719.1851.96
Hex929C6D601E27491334
Octal2222341556036471112364
Binary10010010100111001101101110011110100111100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,109); }

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

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

 a { background-color: rgb(146,156,109); }

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

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

 span { border-color: rgb(146,156,109); }

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