#92966A

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

Shades of Avocado #92966A

Tints of Avocado #92966A

Color information

#92966A (or 0x92966A) is unknown color: approx Avocado. HEX triplet: 92, 96 and 6A. RGB value is (146,150,106). Sum of RGB (Red+Green+Blue) = 146+150+106=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #92966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92966A is #6D6995. Grayscale: #8F8F8F. Windows color (decimal): -7170454 or 6985362. OLE color: 6985362.

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

Color convert

RGB146150106-
CMYK0.0300.290.41
HSL65.45º17.32%50.2%-
HSV(B)65.45º29.33%58.82%-
XYZ25.3628.9617.89-
YUV143.79106.67129.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=36.32%
G=37.31%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501060.0300.290.4165.4517.3250.2
Hex92966A301D29411132
Octal2222261523035511012162
Binary1001001010010110110101011011101101001100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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