Html Css Color HEX #988F49 Highball

📋 copy color: '#988F49'

red 152 ◦ green 143 ◦ blue 73

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

Shades of Highball #988F49

Tints of Highball #988F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 41.3%
G = 38.86%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988F49 (or 0x988F49) is known color: Highball. HEX triplet: 98, 8F and 49. RGB value is (152,143,73). Sum of RGB (Red+Green+Blue) = 152+143+73=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F49 is #6770B6. Grayscale: #8A8A8A. Windows color (decimal): -6779063 or 4820888. OLE color: 4820888.

HSL color Cylindrical-coordinate representation of color #988F49: hue angle of 53.16º 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 #988F49 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 73 -
CMYK 0 0.06 0.52 0.40
HSL 53.16º 0.35% 0.44% -
HSV(B) 53.16º 0.52% 0.6% -
XYZ 23.97 26.8 10.21 -
YUV 137.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 152 143 73 0 0.06 0.52 0.40 53.16 0.35 0.44
Hex 98 8F 49 0 6 34 28 35 23 2C
Octal 230 217 111 0 6 64 50 65 43 54
Binary 10011000 10001111 1001001 0 110 110100 101000 110101 100011 101100

Color Harmonies of #988F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F49

Black with #988F49

Text Example


Text Example

White with #988F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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