#96955C

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

Shades of Avocado #96955C

Tints of Avocado #96955C

Color information

#96955C (or 0x96955C) is unknown color: approx Avocado. HEX triplet: 96, 95 and 5C. RGB value is (150,149,92). Sum of RGB (Red+Green+Blue) = 150+149+92=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96955C is #696AA3. Grayscale: #8F8F8F. Windows color (decimal): -6908580 or 6067606. OLE color: 6067606.

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

Color convert

RGB15014992-
CMYK00.010.390.41
HSL58.97º23.97%47.45%-
HSV(B)58.97º38.67%58.82%-
XYZ25.2628.7514.34-
YUV142.899.33133.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=38.36%
G=38.11%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501499200.010.390.4158.9723.9747.45
Hex96955C0127293b182f
Octal226225134014751733057
Binary100101101001010110111000110011110100111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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