Html Css Color HEX #989D49 Highball

📋 copy color: '#989D49'

red 152 ◦ green 157 ◦ blue 73

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

Shades of Highball #989D49

Tints of Highball #989D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 39.79%
G = 41.1%
B = 19.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#989D49 (or 0x989D49) is known color: Highball. HEX triplet: 98, 9D and 49. RGB value is (152,157,73). Sum of RGB (Red+Green+Blue) = 152+157+73=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #989D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D49 is #6762B6. Grayscale: #929292. Windows color (decimal): -6775479 or 4824472. OLE color: 4824472.

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

Color convert

RGB 152 157 73 -
CMYK 0.03 0 0.54 0.38
HSL 63.57º 0.37% 0.45% -
HSV(B) 63.57º 0.54% 0.62% -
XYZ 26.21 31.27 10.96 -
YUV 145.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 152 157 73 0.03 0 0.54 0.38 63.57 0.37 0.45
Hex 98 9D 49 3 0 36 26 40 25 2D
Octal 230 235 111 3 0 66 46 100 45 55
Binary 10011000 10011101 1001001 11 0 110110 100110 1000000 100101 101101

Color Harmonies of #989D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D49

Black with #989D49

Text Example


Text Example

White with #989D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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