Html Css Color HEX #9C9959 Avocado

📋 copy color: '#9C9959'

red 156 ◦ green 153 ◦ blue 89

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

Shades of Avocado #9C9959

Tints of Avocado #9C9959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.36%

R = 39.2%
G = 38.44%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C9959 (or 0x9C9959) is known color: Avocado. HEX triplet: 9C, 99 and 59. RGB value is (156,153,89). Sum of RGB (Red+Green+Blue) = 156+153+89=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9959 is #6366A6. Grayscale: #929292. Windows color (decimal): -6514343 or 5872028. OLE color: 5872028.

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

Color convert

RGB 156 153 89 -
CMYK 0 0.02 0.43 0.39
HSL 57.31º 0.27% 0.48% -
HSV(B) 57.31º 0.43% 0.61% -
XYZ 26.9 30.57 13.93 -
YUV 146.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 156 153 89 0 0.02 0.43 0.39 57.31 0.27 0.48
Hex 9C 99 59 0 2 2B 27 39 1B 30
Octal 234 231 131 0 2 53 47 71 33 60
Binary 10011100 10011001 1011001 0 10 101011 100111 111001 11011 110000

Color Harmonies of #9C9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9959

Black with #9C9959

Text Example


Text Example

White with #9C9959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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