Html Css Color HEX #989D68 Avocado

📋 copy color: '#989D68'

red 152 ◦ green 157 ◦ blue 104

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

Shades of Avocado #989D68

Tints of Avocado #989D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 36.8%
G = 38.01%
B = 25.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#989D68 (or 0x989D68) is known color: Avocado. HEX triplet: 98, 9D and 68. RGB value is (152,157,104). Sum of RGB (Red+Green+Blue) = 152+157+104=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #989D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D68 is #676297. Grayscale: #959595. Windows color (decimal): -6775448 or 6856088. OLE color: 6856088.

HSL color Cylindrical-coordinate representation of color #989D68: hue angle of 65.66º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989D68 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 104 -
CMYK 0.03 0 0.34 0.38
HSL 65.66º 0.21% 0.51% -
HSV(B) 65.66º 0.34% 0.62% -
XYZ 27.5 31.79 17.78 -
YUV 149.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 152 157 104 0.03 0 0.34 0.38 65.66 0.21 0.51
Hex 98 9D 68 3 0 22 26 42 15 33
Octal 230 235 150 3 0 42 46 102 25 63
Binary 10011000 10011101 1101000 11 0 100010 100110 1000010 10101 110011

Color Harmonies of #989D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D68

Black with #989D68

Text Example


Text Example

White with #989D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,157,104); }

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

background-color css

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

 a { background-color: rgb(152,157,104); }

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

border-color css

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

 span { border-color: rgb(152,157,104); }

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