#92995A

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

Shades of Avocado #92995A

Tints of Avocado #92995A

Color information

#92995A (or 0x92995A) is unknown color: approx Avocado. HEX triplet: 92, 99 and 5A. RGB value is (146,153,90). Sum of RGB (Red+Green+Blue) = 146+153+90=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #92995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92995A is #6D66A5. Grayscale: #8F8F8F. Windows color (decimal): -7169702 or 5937554. OLE color: 5937554.

HSL color Cylindrical-coordinate representation of color #92995A: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92995A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB14615390-
CMYK0.0500.410.4
HSL66.67º25.93%47.65%-
HSV(B)66.67º41.18%60%-
XYZ25.0929.6314.07-
YUV143.7297.68129.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=37.53%
G=39.33%
B=23.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146153900.0500.410.466.6725.9347.65
Hex92995A502928431a30
Octal2222311325051501033260
Binary100100101001100110110101010101001101000100001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92995A; }

 p { color: rgb(146,153,90); }

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

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

 a { background-color: rgb(146,153,90); }

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

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

 span { border-color: rgb(146,153,90); }

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