#929652

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

Shades of Avocado #929652

Tints of Avocado #929652

Color information

#929652 (or 0x929652) is unknown color: approx Avocado. HEX triplet: 92, 96 and 52. RGB value is (146,150,82). Sum of RGB (Red+Green+Blue) = 146+150+82=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #929652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929652 is #6D69AD. Grayscale: #8D8D8D. Windows color (decimal): -7170478 or 5412498. OLE color: 5412498.

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

Color convert

RGB14615082-
CMYK0.0300.450.41
HSL63.53º29.31%45.49%-
HSV(B)63.53º45.33%58.82%-
XYZ24.2828.5312.21-
YUV141.0594.67131.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=38.62%
G=39.68%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146150820.0300.450.4163.5329.3145.49
Hex929652302D29401d2d
Octal2222261223055511003555
Binary10010010100101101010010110101101101001100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929652; }

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

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

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

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

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

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

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

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