#929561

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

Shades of Avocado #929561

Tints of Avocado #929561

Color information

#929561 (or 0x929561) is unknown color: approx Avocado. HEX triplet: 92, 95 and 61. RGB value is (146,149,97). Sum of RGB (Red+Green+Blue) = 146+149+97=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #929561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929561 is #6D6A9E. Grayscale: #8E8E8E. Windows color (decimal): -7170719 or 6395282. OLE color: 6395282.

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

Color convert

RGB14614997-
CMYK0.0200.350.42
HSL63.46º21.14%48.24%-
HSV(B)63.46º34.9%58.43%-
XYZ24.7628.4715.5-
YUV142.17102.51130.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=37.24%
G=38.01%
B=24.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146149970.0200.350.4263.4621.1448.24
Hex92956120232A3f1530
Octal222225141204352772560
Binary1001001010010101110000110010001110101011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929561; }

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

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

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

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

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

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

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

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