#96995E

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

Shades of Avocado #96995E

Tints of Avocado #96995E

Color information

#96995E (or 0x96995E) is unknown color: approx Avocado. HEX triplet: 96, 99 and 5E. RGB value is (150,153,94). Sum of RGB (Red+Green+Blue) = 150+153+94=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #96995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96995E is #6966A1. Grayscale: #919191. Windows color (decimal): -6907554 or 6199702. OLE color: 6199702.

HSL color Cylindrical-coordinate representation of color #96995E: hue angle of 63.05º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96995E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB15015394-
CMYK0.0200.390.4
HSL63.05º23.89%48.43%-
HSV(B)63.05º38.56%60%-
XYZ25.9930.0715.02-
YUV145.3899.01131.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=37.78%
G=38.54%
B=23.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153940.0200.390.463.0523.8948.43
Hex96995E2027283f1830
Octal226231136204750773060
Binary1001011010011001101111010010011110100011111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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