#92915B

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

Shades of Avocado #92915B

Tints of Avocado #92915B

Color information

#92915B (or 0x92915B) is unknown color: approx Avocado. HEX triplet: 92, 91 and 5B. RGB value is (146,145,91). Sum of RGB (Red+Green+Blue) = 146+145+91=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #92915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92915B is #6D6EA4. Grayscale: #8B8B8B. Windows color (decimal): -7171749 or 6001042. OLE color: 6001042.

HSL color Cylindrical-coordinate representation of color #92915B: hue angle of 58.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92915B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14614591-
CMYK00.010.380.43
HSL58.91º23.21%46.47%-
HSV(B)58.91º37.67%57.25%-
XYZ23.8727.1213.87-
YUV139.14100.83132.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=38.22%
G=37.96%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461459100.010.380.4358.9123.2146.47
Hex92915B01262B3b172e
Octal222221133014653732756
Binary100100101001000110110110110011010101111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92915B; }

 p { color: rgb(146,145,91); }

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

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

 a { background-color: rgb(146,145,91); }

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

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

 span { border-color: rgb(146,145,91); }

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