#929867

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

Shades of Avocado #929867

Tints of Avocado #929867

Color information

#929867 (or 0x929867) is unknown color: approx Avocado. HEX triplet: 92, 98 and 67. RGB value is (146,152,103). Sum of RGB (Red+Green+Blue) = 146+152+103=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #929867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929867 is #6D6798. Grayscale: #909090. Windows color (decimal): -7169945 or 6789266. OLE color: 6789266.

HSL color Cylindrical-coordinate representation of color #929867: hue angle of 67.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #929867 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB146152103-
CMYK0.0400.320.40
HSL67.35º19.22%50%-
HSV(B)67.35º32.24%59.61%-
XYZ25.5329.5517.19-
YUV144.62104.51128.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=36.41%
G=37.91%
B=25.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521030.0400.320.4067.3519.2250
Hex929867402028431332
Octal2222301474040501032362
Binary100100101001100011001111000100000101000100001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929867; }

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

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

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

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

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

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

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

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