#9A9A65

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

Shades of Avocado #9A9A65

Tints of Avocado #9A9A65

Color information

#9A9A65 (or 0x9A9A65) is unknown color: approx Avocado. HEX triplet: 9A, 9A and 65. RGB value is (154,154,101). Sum of RGB (Red+Green+Blue) = 154+154+101=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 154 - color contains mainly: red, green. Hex color #9A9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9A65 is #65659A. Grayscale: #949494. Windows color (decimal): -6645147 or 6658714. OLE color: 6658714.

HSL color Cylindrical-coordinate representation of color #9A9A65: hue angle of 60º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A9A65 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB154154101-
CMYK000.340.40
HSL60º20.78%50%-
HSV(B)60º34.42%60.39%-
XYZ27.2330.9216.85-
YUV147.96101.5132.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=37.65%
G=37.65%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154154101000.340.406020.7850
Hex9A9A650022283c1532
Octal232232145004250742562
Binary100110101001101011001010010001010100011110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9A65; }

 p { color: rgb(154,154,101); }

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

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

 a { background-color: rgb(154,154,101); }

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

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

 span { border-color: rgb(154,154,101); }

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