#99985B

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

Shades of Avocado #99985B

Tints of Avocado #99985B

Color information

#99985B (or 0x99985B) is unknown color: approx Avocado. HEX triplet: 99, 98 and 5B. RGB value is (153,152,91). Sum of RGB (Red+Green+Blue) = 153+152+91=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99985B is #6667A4. Grayscale: #919191. Windows color (decimal): -6711205 or 6002841. OLE color: 6002841.

HSL color Cylindrical-coordinate representation of color #99985B: hue angle of 59.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99985B is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15315291-
CMYK00.010.410.4
HSL59.03º25.41%47.84%-
HSV(B)59.03º40.52%60%-
XYZ26.2529.9814.3-
YUV145.3497.33133.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=38.64%
G=38.38%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531529100.010.410.459.0325.4147.84
Hex99985B0129283b1930
Octal231230133015150733160
Binary100110011001100010110110110100110100011101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99985B; }

 p { color: rgb(153,152,91); }

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

<style>
 a { background-color: #99985B; }

 a { background-color: rgb(153,152,91); }

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

<style>
 span { border-color: #99985B; }

 span { border-color: rgb(153,152,91); }

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