Html Css Color HEX #989B6E Avocado

📋 copy color: '#989B6E'

red 152 ◦ green 155 ◦ blue 110

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

Shades of Avocado #989B6E

Tints of Avocado #989B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 36.45%
G = 37.17%
B = 26.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#989B6E (or 0x989B6E) is known color: Avocado. HEX triplet: 98, 9B and 6E. RGB value is (152,155,110). Sum of RGB (Red+Green+Blue) = 152+155+110=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #989B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B6E is #676491. Grayscale: #959595. Windows color (decimal): -6775954 or 7248792. OLE color: 7248792.

HSL color Cylindrical-coordinate representation of color #989B6E: hue angle of 64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989B6E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 110 -
CMYK 0.02 0 0.29 0.39
HSL 64º 0.18% 0.52% -
HSV(B) 64º 0.29% 0.61% -
XYZ 27.48 31.24 19.33 -
YUV 148.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 152 155 110 0.02 0 0.29 0.39 64 0.18 0.52
Hex 98 9B 6E 2 0 1D 27 40 12 34
Octal 230 233 156 2 0 35 47 100 22 64
Binary 10011000 10011011 1101110 10 0 11101 100111 1000000 10010 110100

Color Harmonies of #989B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B6E

Black with #989B6E

Text Example


Text Example

White with #989B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989B6E; }

 p { color: rgb(152,155,110); }

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

background-color css

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

 a { background-color: rgb(152,155,110); }

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

border-color css

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

 span { border-color: rgb(152,155,110); }

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