#929B63

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

Shades of Avocado #929B63

Tints of Avocado #929B63

Color information

#929B63 (or 0x929B63) is unknown color: approx Avocado. HEX triplet: 92, 9B and 63. RGB value is (146,155,99). Sum of RGB (Red+Green+Blue) = 146+155+99=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #929B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B63 is #6D649C. Grayscale: #929292. Windows color (decimal): -7169181 or 6527890. OLE color: 6527890.

HSL color Cylindrical-coordinate representation of color #929B63: hue angle of 69.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #929B63 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB14615599-
CMYK0.0600.360.39
HSL69.64º22.05%49.8%-
HSV(B)69.64º36.13%60.78%-
XYZ25.8330.4516.32-
YUV145.93101.52128.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=36.5%
G=38.75%
B=24.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155990.0600.360.3969.6422.0549.8
Hex929B63602427461632
Octal2222331436044471062662
Binary100100101001101111000111100100100100111100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B63; }

 p { color: rgb(146,155,99); }

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

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

 a { background-color: rgb(146,155,99); }

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

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

 span { border-color: rgb(146,155,99); }

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