#92946A

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

Shades of Avocado #92946A

Tints of Avocado #92946A

Color information

#92946A (or 0x92946A) is unknown color: approx Avocado. HEX triplet: 92, 94 and 6A. RGB value is (146,148,106). Sum of RGB (Red+Green+Blue) = 146+148+106=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #92946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92946A is #6D6B95. Grayscale: #8E8E8E. Windows color (decimal): -7170966 or 6984850. OLE color: 6984850.

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

Color convert

RGB146148106-
CMYK0.0100.280.42
HSL62.86º16.54%49.8%-
HSV(B)62.86º28.38%58.04%-
XYZ25.0528.3317.78-
YUV142.61107.34130.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=36.5%
G=37%
B=26.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481060.0100.280.4262.8616.5449.8
Hex92946A101C2A3f1132
Octal222224152103452772162
Binary10010010100101001101010101110010101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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