Html Css Color HEX #9C9958 Avocado

📋 copy color: '#9C9958'

red 156 ◦ green 153 ◦ blue 88

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

Shades of Avocado #9C9958

Tints of Avocado #9C9958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 39.29%
G = 38.54%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C9958 (or 0x9C9958) is known color: Avocado. HEX triplet: 9C, 99 and 58. RGB value is (156,153,88). Sum of RGB (Red+Green+Blue) = 156+153+88=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9958 is #6366A7. Grayscale: #929292. Windows color (decimal): -6514344 or 5806492. OLE color: 5806492.

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

Color convert

RGB 156 153 88 -
CMYK 0 0.02 0.44 0.39
HSL 57.35º 0.28% 0.48% -
HSV(B) 57.35º 0.44% 0.61% -
XYZ 26.86 30.55 13.71 -
YUV 146.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 156 153 88 0 0.02 0.44 0.39 57.35 0.28 0.48
Hex 9C 99 58 0 2 2C 27 39 1C 30
Octal 234 231 130 0 2 54 47 71 34 60
Binary 10011100 10011001 1011000 0 10 101100 100111 111001 11100 110000

Color Harmonies of #9C9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9958

Black with #9C9958

Text Example


Text Example

White with #9C9958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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