#92996D

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

Shades of Avocado #92996D

Tints of Avocado #92996D

Color information

#92996D (or 0x92996D) is unknown color: approx Avocado. HEX triplet: 92, 99 and 6D. RGB value is (146,153,109). Sum of RGB (Red+Green+Blue) = 146+153+109=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #92996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92996D is #6D6692. Grayscale: #929292. Windows color (decimal): -7169683 or 7182738. OLE color: 7182738.

HSL color Cylindrical-coordinate representation of color #92996D: hue angle of 69.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92996D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB146153109-
CMYK0.0500.290.4
HSL69.55º17.74%51.37%-
HSV(B)69.55º28.76%60%-
XYZ26.013018.89-
YUV145.89107.18128.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=35.78%
G=37.5%
B=26.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531090.0500.290.469.5517.7451.37
Hex92996D501D28461233
Octal2222311555035501062263
Binary10010010100110011101101101011101101000100011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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