#999653

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

Shades of Avocado #999653

Tints of Avocado #999653

Color information

#999653 (or 0x999653) is unknown color: approx Avocado. HEX triplet: 99, 96 and 53. RGB value is (153,150,83). Sum of RGB (Red+Green+Blue) = 153+150+83=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999653 is #6669AC. Grayscale: #8F8F8F. Windows color (decimal): -6711725 or 5478041. OLE color: 5478041.

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

Color convert

RGB15315083-
CMYK00.020.460.4
HSL57.43º29.66%46.27%-
HSV(B)57.43º45.75%60%-
XYZ25.629.2112.47-
YUV143.2693.99134.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=39.64%
G=38.86%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531508300.020.460.457.4329.6646.27
Hex999653022E28391e2e
Octal231226123025650713656
Binary1001100110010110101001101010111010100011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999653; }

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

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

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

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

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

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

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

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