Html Css Color HEX #9A9964 Avocado

📋 copy color: '#9A9964'

red 154 ◦ green 153 ◦ blue 100

#9A9964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #9A9964

Tints of Avocado #9A9964

RGB

 RED value IS 154 (60.55% from 255) = 37.84%

 GREEN value IS 153 (60.16% from 255) = 37.59%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 37.84%
G = 37.59%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#9A9964 (or 0x9A9964) is known color: Avocado. HEX triplet: 9A, 99 and 64. RGB value is (154,153,100). Sum of RGB (Red+Green+Blue) = 154+153+100=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9964 is #65669B. Grayscale: #939393. Windows color (decimal): -6645404 or 6592922. OLE color: 6592922.

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

Color convert

RGB 154 153 100 -
CMYK 0 0.01 0.35 0.40
HSL 58.89º 0.21% 0.5% -
HSV(B) 58.89º 0.35% 0.6% -
XYZ 27.02 30.57 16.53 -
YUV 147.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 154 153 100 0 0.01 0.35 0.40 58.89 0.21 0.5
Hex 9A 99 64 0 1 23 28 3B 15 32
Octal 232 231 144 0 1 43 50 73 25 62
Binary 10011010 10011001 1100100 0 1 100011 101000 111011 10101 110010

Color Harmonies of #9A9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9964

Black with #9A9964

Text Example


Text Example

White with #9A9964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,153,100); }

 H1.HeaderClassName
 {
   color: #9A9964;
 }
 .AnyTagClassName
 {
   color: #9A9964;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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