Html Css Color HEX #988949 Highball

📋 copy color: '#988949'

red 152 ◦ green 137 ◦ blue 73

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

Shades of Highball #988949

Tints of Highball #988949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 41.99%
G = 37.85%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988949 (or 0x988949) is known color: Highball. HEX triplet: 98, 89 and 49. RGB value is (152,137,73). Sum of RGB (Red+Green+Blue) = 152+137+73=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #988949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988949 is #6776B6. Grayscale: #868686. Windows color (decimal): -6780599 or 4819352. OLE color: 4819352.

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

Color convert

RGB 152 137 73 -
CMYK 0 0.10 0.52 0.40
HSL 48.61º 0.35% 0.44% -
HSV(B) 48.61º 0.52% 0.6% -
XYZ 23.1 25.05 9.92 -
YUV 134.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 152 137 73 0 0.10 0.52 0.40 48.61 0.35 0.44
Hex 98 89 49 0 A 34 28 31 23 2C
Octal 230 211 111 0 12 64 50 61 43 54
Binary 10011000 10001001 1001001 0 1010 110100 101000 110001 100011 101100

Color Harmonies of #988949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988949

Black with #988949

Text Example


Text Example

White with #988949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988949; }

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

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

background-color css

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

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

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

border-color css

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

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

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