Html Css Color HEX #9C9960 Avocado

📋 copy color: '#9C9960'

red 156 ◦ green 153 ◦ blue 96

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

Shades of Avocado #9C9960

Tints of Avocado #9C9960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 38.52%
G = 37.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C9960 (or 0x9C9960) is known color: Avocado. HEX triplet: 9C, 99 and 60. RGB value is (156,153,96). Sum of RGB (Red+Green+Blue) = 156+153+96=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9960 is #63669F. Grayscale: #939393. Windows color (decimal): -6514336 or 6330780. OLE color: 6330780.

HSL color Cylindrical-coordinate representation of color #9C9960: hue angle of 57º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9960 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 153 96 -
CMYK 0 0.02 0.38 0.39
HSL 57º 0.24% 0.49% -
HSV(B) 57º 0.38% 0.61% -
XYZ 27.21 30.69 15.56 -
YUV 147.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 156 153 96 0 0.02 0.38 0.39 57 0.24 0.49
Hex 9C 99 60 0 2 26 27 39 18 31
Octal 234 231 140 0 2 46 47 71 30 61
Binary 10011100 10011001 1100000 0 10 100110 100111 111001 11000 110001

Color Harmonies of #9C9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9960

Black with #9C9960

Text Example


Text Example

White with #9C9960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,153,96); }

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

background-color css

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

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

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

border-color css

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

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

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