#96955D

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

Shades of Avocado #96955D

Tints of Avocado #96955D

Color information

#96955D (or 0x96955D) is unknown color: approx Avocado. HEX triplet: 96, 95 and 5D. RGB value is (150,149,93). Sum of RGB (Red+Green+Blue) = 150+149+93=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96955D is #696AA2. Grayscale: #8F8F8F. Windows color (decimal): -6908579 or 6133142. OLE color: 6133142.

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

Color convert

RGB15014993-
CMYK00.010.380.41
HSL58.95º23.46%47.65%-
HSV(B)58.95º38%58.82%-
XYZ25.328.7714.58-
YUV142.9299.83133.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=38.27%
G=38.01%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501499300.010.380.4158.9523.4647.65
Hex96955D0126293b1730
Octal226225135014651732760
Binary100101101001010110111010110011010100111101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96955D; }

 p { color: rgb(150,149,93); }

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

<style>
 a { background-color: #96955D; }

 a { background-color: rgb(150,149,93); }

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

<style>
 span { border-color: #96955D; }

 span { border-color: rgb(150,149,93); }

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