#96925A

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

Shades of Avocado #96925A

Tints of Avocado #96925A

Color information

#96925A (or 0x96925A) is unknown color: approx Avocado. HEX triplet: 96, 92 and 5A. RGB value is (150,146,90). Sum of RGB (Red+Green+Blue) = 150+146+90=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96925A is #696DA5. Grayscale: #8D8D8D. Windows color (decimal): -6909350 or 5935766. OLE color: 5935766.

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

Color convert

RGB15014690-
CMYK00.030.40.41
HSL56º25%47.06%-
HSV(B)56º40%58.82%-
XYZ24.727.7813.73-
YUV140.8199.33134.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=38.86%
G=37.82%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501469000.030.40.41562547.06
Hex96925A03282938192f
Octal226222132035051703157
Binary1001011010010010101101001110100010100111100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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