#96925E

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

Shades of Avocado #96925E

Tints of Avocado #96925E

Color information

#96925E (or 0x96925E) is unknown color: approx Avocado. HEX triplet: 96, 92 and 5E. RGB value is (150,146,94). Sum of RGB (Red+Green+Blue) = 150+146+94=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96925E is #696DA1. Grayscale: #8D8D8D. Windows color (decimal): -6909346 or 6197910. OLE color: 6197910.

HSL color Cylindrical-coordinate representation of color #96925E: hue angle of 55.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96925E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15014694-
CMYK00.030.370.41
HSL55.71º22.95%47.84%-
HSV(B)55.71º37.33%58.82%-
XYZ24.8827.8514.65-
YUV141.27101.33134.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=38.46%
G=37.44%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501469400.030.370.4155.7122.9547.84
Hex96925E032529381730
Octal226222136034551702760
Binary1001011010010010101111001110010110100111100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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