Html Css Color HEX #988149 Muesli

📋 copy color: '#988149'

red 152 ◦ green 129 ◦ blue 73

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

Shades of Muesli #988149

Tints of Muesli #988149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 42.94%
G = 36.44%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988149 (or 0x988149) is known color: Muesli. HEX triplet: 98, 81 and 49. RGB value is (152,129,73). Sum of RGB (Red+Green+Blue) = 152+129+73=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #988149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988149 is #677EB6. Grayscale: #818181. Windows color (decimal): -6782647 or 4817304. OLE color: 4817304.

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

Color convert

RGB 152 129 73 -
CMYK 0 0.15 0.52 0.40
HSL 42.53º 0.35% 0.44% -
HSV(B) 42.53º 0.52% 0.6% -
XYZ 22 22.86 9.56 -
YUV 129.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 152 129 73 0 0.15 0.52 0.40 42.53 0.35 0.44
Hex 98 81 49 0 F 34 28 2B 23 2C
Octal 230 201 111 0 17 64 50 53 43 54
Binary 10011000 10000001 1001001 0 1111 110100 101000 101011 100011 101100

Color Harmonies of #988149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988149

Black with #988149

Text Example


Text Example

White with #988149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988149; }

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

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

background-color css

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

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

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

border-color css

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

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

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