#96945F

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

Shades of Avocado #96945F

Tints of Avocado #96945F

Color information

#96945F (or 0x96945F) is unknown color: approx Avocado. HEX triplet: 96, 94 and 5F. RGB value is (150,148,95). Sum of RGB (Red+Green+Blue) = 150+148+95=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96945F is #696BA0. Grayscale: #8E8E8E. Windows color (decimal): -6908833 or 6263958. OLE color: 6263958.

HSL color Cylindrical-coordinate representation of color #96945F: hue angle of 57.82º degrees, saturation: 0.22, 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 #96945F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15014895-
CMYK00.010.370.41
HSL57.82º22.45%48.04%-
HSV(B)57.82º36.67%58.82%-
XYZ25.2328.4915-
YUV142.56101.16133.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=38.17%
G=37.66%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501489500.010.370.4157.8222.4548.04
Hex96945F0125293a1630
Octal226224137014551722660
Binary100101101001010010111110110010110100111101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96945F; }

 p { color: rgb(150,148,95); }

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

<style>
 a { background-color: #96945F; }

 a { background-color: rgb(150,148,95); }

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

<style>
 span { border-color: #96945F; }

 span { border-color: rgb(150,148,95); }

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