#929567

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

Shades of Avocado #929567

Tints of Avocado #929567

Color information

#929567 (or 0x929567) is unknown color: approx Avocado. HEX triplet: 92, 95 and 67. RGB value is (146,149,103). Sum of RGB (Red+Green+Blue) = 146+149+103=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #929567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929567 is #6D6A98. Grayscale: #8F8F8F. Windows color (decimal): -7170713 or 6788498. OLE color: 6788498.

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

Color convert

RGB146149103-
CMYK0.0200.310.42
HSL63.91º18.25%49.41%-
HSV(B)63.91º30.87%58.43%-
XYZ25.0528.5917.03-
YUV142.86105.51130.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=36.68%
G=37.44%
B=25.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491030.0200.310.4263.9118.2549.41
Hex929567201F2A401231
Octal2222251472037521002261
Binary1001001010010101110011110011111101010100000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929567; }

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

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

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

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

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

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

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

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