#929467

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

Shades of Avocado #929467

Tints of Avocado #929467

Color information

#929467 (or 0x929467) is unknown color: approx Avocado. HEX triplet: 92, 94 and 67. RGB value is (146,148,103). Sum of RGB (Red+Green+Blue) = 146+148+103=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #929467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929467 is #6D6B98. Grayscale: #8E8E8E. Windows color (decimal): -7170969 or 6788242. OLE color: 6788242.

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

Color convert

RGB146148103-
CMYK0.0100.300.42
HSL62.67º17.93%49.22%-
HSV(B)62.67º30.41%58.04%-
XYZ24.8928.2716.98-
YUV142.27105.84130.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=36.78%
G=37.28%
B=25.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481030.0100.300.4262.6717.9349.22
Hex929467101E2A3f1231
Octal222224147103652772261
Binary10010010100101001100111101111010101011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929467; }

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

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

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

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

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

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

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

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