Html Css Color HEX #9A9C66 Avocado

📋 copy color: '#9A9C66'

red 154 ◦ green 156 ◦ blue 102

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

Shades of Avocado #9A9C66

Tints of Avocado #9A9C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 102 (40.23% from 255) = 24.76%

R = 37.38%
G = 37.86%
B = 24.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9A9C66 (or 0x9A9C66) is known color: Avocado. HEX triplet: 9A, 9C and 66. RGB value is (154,156,102). Sum of RGB (Red+Green+Blue) = 154+156+102=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9C66 is #656399. Grayscale: #959595. Windows color (decimal): -6644634 or 6724762. OLE color: 6724762.

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

Color convert

RGB 154 156 102 -
CMYK 0.01 0 0.35 0.39
HSL 62.22º 0.21% 0.51% -
HSV(B) 62.22º 0.35% 0.61% -
XYZ 27.61 31.61 17.22 -
YUV 149.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 154 156 102 0.01 0 0.35 0.39 62.22 0.21 0.51
Hex 9A 9C 66 1 0 23 27 3E 15 33
Octal 232 234 146 1 0 43 47 76 25 63
Binary 10011010 10011100 1100110 1 0 100011 100111 111110 10101 110011

Color Harmonies of #9A9C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9C66

Black with #9A9C66

Text Example


Text Example

White with #9A9C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,156,102); }

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

background-color css

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

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

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

border-color css

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

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

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