#929965

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

Shades of Avocado #929965

Tints of Avocado #929965

Color information

#929965 (or 0x929965) is unknown color: approx Avocado. HEX triplet: 92, 99 and 65. RGB value is (146,153,101). Sum of RGB (Red+Green+Blue) = 146+153+101=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #929965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929965 is #6D669A. Grayscale: #919191. Windows color (decimal): -7169691 or 6658450. OLE color: 6658450.

HSL color Cylindrical-coordinate representation of color #929965: hue angle of 68.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929965 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB146153101-
CMYK0.0500.340.4
HSL68.08º20.47%49.8%-
HSV(B)68.08º33.99%60%-
XYZ25.5929.8316.72-
YUV144.98103.18128.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=36.5%
G=38.25%
B=25.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531010.0500.340.468.0820.4749.8
Hex929965502228441432
Octal2222311455042501042462
Binary100100101001100111001011010100010101000100010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929965; }

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

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

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

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

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

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

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

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