#96985A

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

Shades of Avocado #96985A

Tints of Avocado #96985A

Color information

#96985A (or 0x96985A) is unknown color: approx Avocado. HEX triplet: 96, 98 and 5A. RGB value is (150,152,90). Sum of RGB (Red+Green+Blue) = 150+152+90=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #96985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96985A is #6967A5. Grayscale: #909090. Windows color (decimal): -6907814 or 5937302. OLE color: 5937302.

HSL color Cylindrical-coordinate representation of color #96985A: hue angle of 61.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96985A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15015290-
CMYK0.0100.410.40
HSL61.94º25.62%47.45%-
HSV(B)61.94º40.79%59.61%-
XYZ25.6529.6814.05-
YUV144.3397.34132.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=38.27%
G=38.78%
B=22.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152900.0100.410.4061.9425.6247.45
Hex96985A1029283e1a2f
Octal226230132105150763257
Binary100101101001100010110101010100110100011111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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