Html Css Color HEX #9C9C64 Avocado

📋 copy color: '#9C9C64'

red 156 ◦ green 156 ◦ blue 100

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

Shades of Avocado #9C9C64

Tints of Avocado #9C9C64

RGB

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

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

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

R = 37.86%
G = 37.86%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9C9C64 (or 0x9C9C64) is known color: Avocado. HEX triplet: 9C, 9C and 64. RGB value is (156,156,100). Sum of RGB (Red+Green+Blue) = 156+156+100=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9C64 is #63639B. Grayscale: #959595. Windows color (decimal): -6513564 or 6593692. OLE color: 6593692.

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

Color convert

RGB 156 156 100 -
CMYK 0 0 0.36 0.39
HSL 60º 0.22% 0.5% -
HSV(B) 60º 0.36% 0.61% -
XYZ 27.9 31.76 16.72 -
YUV 149.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 156 156 100 0 0 0.36 0.39 60 0.22 0.5
Hex 9C 9C 64 0 0 24 27 3C 16 32
Octal 234 234 144 0 0 44 47 74 26 62
Binary 10011100 10011100 1100100 0 0 100100 100111 111100 10110 110010

Color Harmonies of #9C9C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9C64

Black with #9C9C64

Text Example


Text Example

White with #9C9C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,156,100); }

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

background-color css

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

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

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

border-color css

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

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

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