Html Css Color HEX #989049 Highball

📋 copy color: '#989049'

red 152 ◦ green 144 ◦ blue 73

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

Shades of Highball #989049

Tints of Highball #989049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 41.19%
G = 39.02%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#989049 (or 0x989049) is known color: Highball. HEX triplet: 98, 90 and 49. RGB value is (152,144,73). Sum of RGB (Red+Green+Blue) = 152+144+73=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #989049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989049 is #676FB6. Grayscale: #8A8A8A. Windows color (decimal): -6778807 or 4821144. OLE color: 4821144.

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

Color convert

RGB 152 144 73 -
CMYK 0 0.05 0.52 0.40
HSL 53.92º 0.35% 0.44% -
HSV(B) 53.92º 0.52% 0.6% -
XYZ 24.12 27.1 10.26 -
YUV 138.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 152 144 73 0 0.05 0.52 0.40 53.92 0.35 0.44
Hex 98 90 49 0 5 34 28 36 23 2C
Octal 230 220 111 0 5 64 50 66 43 54
Binary 10011000 10010000 1001001 0 101 110100 101000 110110 100011 101100

Color Harmonies of #989049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989049

Black with #989049

Text Example


Text Example

White with #989049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989049; }

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

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

background-color css

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

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

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

border-color css

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

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

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