Html Css Color HEX #989560 Avocado

📋 copy color: '#989560'

red 152 ◦ green 149 ◦ blue 96

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

Shades of Avocado #989560

Tints of Avocado #989560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 38.29%
G = 37.53%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#989560 (or 0x989560) is known color: Avocado. HEX triplet: 98, 95 and 60. RGB value is (152,149,96). Sum of RGB (Red+Green+Blue) = 152+149+96=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #989560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989560 is #676A9F. Grayscale: #909090. Windows color (decimal): -6777504 or 6329752. OLE color: 6329752.

HSL color Cylindrical-coordinate representation of color #989560: hue angle of 56.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989560 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 96 -
CMYK 0 0.02 0.37 0.40
HSL 56.79º 0.23% 0.49% -
HSV(B) 56.79º 0.37% 0.6% -
XYZ 25.81 29.01 15.31 -
YUV 143.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 152 149 96 0 0.02 0.37 0.40 56.79 0.23 0.49
Hex 98 95 60 0 2 25 28 39 17 31
Octal 230 225 140 0 2 45 50 71 27 61
Binary 10011000 10010101 1100000 0 10 100101 101000 111001 10111 110001

Color Harmonies of #989560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989560

Black with #989560

Text Example


Text Example

White with #989560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989560; }

 p { color: rgb(152,149,96); }

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

background-color css

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

 a { background-color: rgb(152,149,96); }

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

border-color css

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

 span { border-color: rgb(152,149,96); }

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