Html Css Color HEX #998949 Highball

📋 copy color: '#998949'

red 153 ◦ green 137 ◦ blue 73

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

Shades of Highball #998949

Tints of Highball #998949

RGB

 RED value IS 153 (60.16% from 255) = 42.15%

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

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

R = 42.15%
G = 37.74%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#998949 (or 0x998949) is known color: Highball. HEX triplet: 99, 89 and 49. RGB value is (153,137,73). Sum of RGB (Red+Green+Blue) = 153+137+73=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998949 is #6676B6. Grayscale: #868686. Windows color (decimal): -6715063 or 4819353. OLE color: 4819353.

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

Color convert

RGB 153 137 73 -
CMYK 0 0.10 0.52 0.4
HSL 48º 0.35% 0.44% -
HSV(B) 48º 0.52% 0.6% -
XYZ 23.29 25.14 9.93 -
YUV 134.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 153 137 73 0 0.10 0.52 0.4 48 0.35 0.44
Hex 99 89 49 0 A 34 28 30 23 2C
Octal 231 211 111 0 12 64 50 60 43 54
Binary 10011001 10001001 1001001 0 1010 110100 101000 110000 100011 101100

Color Harmonies of #998949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998949

Black with #998949

Text Example


Text Example

White with #998949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998949; }

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

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

background-color css

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

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

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

border-color css

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

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

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