Html Css Color HEX #989B5D Avocado

📋 copy color: '#989B5D'

red 152 ◦ green 155 ◦ blue 93

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

Shades of Avocado #989B5D

Tints of Avocado #989B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 38%
G = 38.75%
B = 23.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#989B5D (or 0x989B5D) is known color: Avocado. HEX triplet: 98, 9B and 5D. RGB value is (152,155,93). Sum of RGB (Red+Green+Blue) = 152+155+93=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #989B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B5D is #6764A2. Grayscale: #939393. Windows color (decimal): -6775971 or 6134680. OLE color: 6134680.

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

Color convert

RGB 152 155 93 -
CMYK 0.02 0 0.4 0.39
HSL 62.9º 0.25% 0.49% -
HSV(B) 62.9º 0.4% 0.61% -
XYZ 26.65 30.91 14.92 -
YUV 147.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 152 155 93 0.02 0 0.4 0.39 62.9 0.25 0.49
Hex 98 9B 5D 2 0 28 27 3F 19 31
Octal 230 233 135 2 0 50 47 77 31 61
Binary 10011000 10011011 1011101 10 0 101000 100111 111111 11001 110001

Color Harmonies of #989B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B5D

Black with #989B5D

Text Example


Text Example

White with #989B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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