Html Css Color HEX #989B6A Avocado

📋 copy color: '#989B6A'

red 152 ◦ green 155 ◦ blue 106

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

Shades of Avocado #989B6A

Tints of Avocado #989B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 36.8%
G = 37.53%
B = 25.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#989B6A (or 0x989B6A) is known color: Avocado. HEX triplet: 98, 9B and 6A. RGB value is (152,155,106). Sum of RGB (Red+Green+Blue) = 152+155+106=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #989B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B6A is #676495. Grayscale: #949494. Windows color (decimal): -6775958 or 6986648. OLE color: 6986648.

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

Color convert

RGB 152 155 106 -
CMYK 0.02 0 0.32 0.39
HSL 63.67º 0.2% 0.51% -
HSV(B) 63.67º 0.32% 0.61% -
XYZ 27.27 31.16 18.21 -
YUV 148.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 152 155 106 0.02 0 0.32 0.39 63.67 0.2 0.51
Hex 98 9B 6A 2 0 20 27 40 14 33
Octal 230 233 152 2 0 40 47 100 24 63
Binary 10011000 10011011 1101010 10 0 100000 100111 1000000 10100 110011

Color Harmonies of #989B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B6A

Black with #989B6A

Text Example


Text Example

White with #989B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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