#92985E

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

Shades of Avocado #92985E

Tints of Avocado #92985E

Color information

#92985E (or 0x92985E) is unknown color: approx Avocado. HEX triplet: 92, 98 and 5E. RGB value is (146,152,94). Sum of RGB (Red+Green+Blue) = 146+152+94=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #92985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92985E is #6D67A1. Grayscale: #8F8F8F. Windows color (decimal): -7169954 or 6199442. OLE color: 6199442.

HSL color Cylindrical-coordinate representation of color #92985E: hue angle of 66.21º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92985E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB14615294-
CMYK0.0400.380.40
HSL66.21º23.58%48.24%-
HSV(B)66.21º38.16%59.61%-
XYZ25.129.3814.94-
YUV143.59100.01129.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=37.24%
G=38.78%
B=23.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146152940.0400.380.4066.2123.5848.24
Hex92985E402628421830
Octal2222301364046501023060
Binary100100101001100010111101000100110101000100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92985E; }

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

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

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

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

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

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

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

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