Html Css Color HEX #988849 Highball

📋 copy color: '#988849'

red 152 ◦ green 136 ◦ blue 73

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

Shades of Highball #988849

Tints of Highball #988849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 42.11%
G = 37.67%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988849 (or 0x988849) is known color: Highball. HEX triplet: 98, 88 and 49. RGB value is (152,136,73). Sum of RGB (Red+Green+Blue) = 152+136+73=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #988849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988849 is #6777B6. Grayscale: #858585. Windows color (decimal): -6780855 or 4819096. OLE color: 4819096.

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

Color convert

RGB 152 136 73 -
CMYK 0 0.11 0.52 0.40
HSL 47.85º 0.35% 0.44% -
HSV(B) 47.85º 0.52% 0.6% -
XYZ 22.96 24.76 9.87 -
YUV 133.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 152 136 73 0 0.11 0.52 0.40 47.85 0.35 0.44
Hex 98 88 49 0 B 34 28 30 23 2C
Octal 230 210 111 0 13 64 50 60 43 54
Binary 10011000 10001000 1001001 0 1011 110100 101000 110000 100011 101100

Color Harmonies of #988849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988849

Black with #988849

Text Example


Text Example

White with #988849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988849; }

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

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

background-color css

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

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

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

border-color css

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

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

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