Html Css Color HEX #989659 Avocado

📋 copy color: '#989659'

red 152 ◦ green 150 ◦ blue 89

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

Shades of Avocado #989659

Tints of Avocado #989659

RGB

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

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

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

R = 38.87%
G = 38.36%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#989659 (or 0x989659) is known color: Avocado. HEX triplet: 98, 96 and 59. RGB value is (152,150,89). Sum of RGB (Red+Green+Blue) = 152+150+89=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #989659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989659 is #6769A6. Grayscale: #8F8F8F. Windows color (decimal): -6777255 or 5871256. OLE color: 5871256.

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

Color convert

RGB 152 150 89 -
CMYK 0 0.01 0.41 0.40
HSL 58.1º 0.26% 0.47% -
HSV(B) 58.1º 0.41% 0.6% -
XYZ 25.66 29.21 13.74 -
YUV 143.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 152 150 89 0 0.01 0.41 0.40 58.1 0.26 0.47
Hex 98 96 59 0 1 29 28 3A 1A 2F
Octal 230 226 131 0 1 51 50 72 32 57
Binary 10011000 10010110 1011001 0 1 101001 101000 111010 11010 101111

Color Harmonies of #989659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989659

Black with #989659

Text Example


Text Example

White with #989659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989659; }

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

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

background-color css

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

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

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

border-color css

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

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

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