#929570

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

Shades of Avocado #929570

Tints of Avocado #929570

Color information

#929570 (or 0x929570) is unknown color: approx Avocado. HEX triplet: 92, 95 and 70. RGB value is (146,149,112). Sum of RGB (Red+Green+Blue) = 146+149+112=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #929570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929570 is #6D6A8F. Grayscale: #909090. Windows color (decimal): -7170704 or 7378322. OLE color: 7378322.

HSL color Cylindrical-coordinate representation of color #929570: hue angle of 64.86º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929570 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB146149112-
CMYK0.0200.250.42
HSL64.86º14.86%51.18%-
HSV(B)64.86º24.83%58.43%-
XYZ25.5328.7819.54-
YUV143.88110.01129.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=35.87%
G=36.61%
B=27.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491120.0200.250.4264.8614.8651.18
Hex92957020192A41f33
Octal2222251602031521011763
Binary100100101001010111100001001100110101010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929570; }

 p { color: rgb(146,149,112); }

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

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

 a { background-color: rgb(146,149,112); }

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

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

 span { border-color: rgb(146,149,112); }

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