#99935A

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

Shades of Avocado #99935A

Tints of Avocado #99935A

Color information

#99935A (or 0x99935A) is unknown color: approx Avocado. HEX triplet: 99, 93 and 5A. RGB value is (153,147,90). Sum of RGB (Red+Green+Blue) = 153+147+90=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99935A is #666CA5. Grayscale: #8E8E8E. Windows color (decimal): -6712486 or 5936025. OLE color: 5936025.

HSL color Cylindrical-coordinate representation of color #99935A: hue angle of 54.29º degrees, saturation: 0.26, 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 #99935A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15314790-
CMYK00.040.410.4
HSL54.29º25.93%47.65%-
HSV(B)54.29º41.18%60%-
XYZ25.4228.3813.81-
YUV142.398.49135.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=39.23%
G=37.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531479000.040.410.454.2925.9347.65
Hex99935A042928361a30
Octal231223132045150663260
Binary10011001100100111011010010010100110100011011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,147,90); }

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

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

 a { background-color: rgb(153,147,90); }

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

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

 span { border-color: rgb(153,147,90); }

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