Html Css Color HEX #989656 Avocado

📋 copy color: '#989656'

red 152 ◦ green 150 ◦ blue 86

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

Shades of Avocado #989656

Tints of Avocado #989656

RGB

 RED value IS 152 (59.77% from 255) = 39.18%

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 39.18%
G = 38.66%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#989656 (or 0x989656) is known color: Avocado. HEX triplet: 98, 96 and 56. RGB value is (152,150,86). Sum of RGB (Red+Green+Blue) = 152+150+86=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #989656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989656 is #6769A9. Grayscale: #8F8F8F. Windows color (decimal): -6777258 or 5674648. OLE color: 5674648.

HSL color Cylindrical-coordinate representation of color #989656: hue angle of 58.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #989656 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 86 -
CMYK 0 0.01 0.43 0.40
HSL 58.18º 0.28% 0.47% -
HSV(B) 58.18º 0.43% 0.6% -
XYZ 25.53 29.16 13.09 -
YUV 143.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 152 150 86 0 0.01 0.43 0.40 58.18 0.28 0.47
Hex 98 96 56 0 1 2B 28 3A 1C 2F
Octal 230 226 126 0 1 53 50 72 34 57
Binary 10011000 10010110 1010110 0 1 101011 101000 111010 11100 101111

Color Harmonies of #989656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989656

Black with #989656

Text Example


Text Example

White with #989656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989656; }

 p { color: rgb(152,150,86); }

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

background-color css

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

 a { background-color: rgb(152,150,86); }

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

border-color css

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

 span { border-color: rgb(152,150,86); }

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