#92946D

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

Shades of Avocado #92946D

Tints of Avocado #92946D

Color information

#92946D (or 0x92946D) is unknown color: approx Avocado. HEX triplet: 92, 94 and 6D. RGB value is (146,148,109). Sum of RGB (Red+Green+Blue) = 146+148+109=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #92946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92946D is #6D6B92. Grayscale: #8F8F8F. Windows color (decimal): -7170963 or 7181458. OLE color: 7181458.

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

Color convert

RGB146148109-
CMYK0.0100.260.42
HSL63.08º15.42%50.39%-
HSV(B)63.08º26.35%58.04%-
XYZ25.228.3918.62-
YUV142.96108.84130.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=36.23%
G=36.72%
B=27.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481090.0100.260.4263.0815.4250.39
Hex92946D101A2A3ff32
Octal222224155103252771762
Binary1001001010010100110110110110101010101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92946D; }

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

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

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

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

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

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

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

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