Html Css Color HEX #988D49 Highball

📋 copy color: '#988D49'

red 152 ◦ green 141 ◦ blue 73

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

Shades of Highball #988D49

Tints of Highball #988D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 41.53%
G = 38.52%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988D49 (or 0x988D49) is known color: Highball. HEX triplet: 98, 8D and 49. RGB value is (152,141,73). Sum of RGB (Red+Green+Blue) = 152+141+73=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D49 is #6772B6. Grayscale: #888888. Windows color (decimal): -6779575 or 4820376. OLE color: 4820376.

HSL color Cylindrical-coordinate representation of color #988D49: hue angle of 51.65º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #988D49 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 73 -
CMYK 0 0.07 0.52 0.40
HSL 51.65º 0.35% 0.44% -
HSV(B) 51.65º 0.52% 0.6% -
XYZ 23.68 26.21 10.11 -
YUV 136.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 152 141 73 0 0.07 0.52 0.40 51.65 0.35 0.44
Hex 98 8D 49 0 7 34 28 34 23 2C
Octal 230 215 111 0 7 64 50 64 43 54
Binary 10011000 10001101 1001001 0 111 110100 101000 110100 100011 101100

Color Harmonies of #988D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D49

Black with #988D49

Text Example


Text Example

White with #988D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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