Html Css Color HEX #988148 Muesli

📋 copy color: '#988148'

red 152 ◦ green 129 ◦ blue 72

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

Shades of Muesli #988148

Tints of Muesli #988148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 43.06%
G = 36.54%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#988148 (or 0x988148) is known color: Muesli. HEX triplet: 98, 81 and 48. RGB value is (152,129,72). Sum of RGB (Red+Green+Blue) = 152+129+72=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #988148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988148 is #677EB7. Grayscale: #818181. Windows color (decimal): -6782648 or 4751768. OLE color: 4751768.

HSL color Cylindrical-coordinate representation of color #988148: hue angle of 42.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988148 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 72 -
CMYK 0 0.15 0.53 0.40
HSL 42.75º 0.36% 0.44% -
HSV(B) 42.75º 0.53% 0.6% -
XYZ 21.97 22.84 9.38 -
YUV 129.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 152 129 72 0 0.15 0.53 0.40 42.75 0.36 0.44
Hex 98 81 48 0 F 35 28 2B 24 2C
Octal 230 201 110 0 17 65 50 53 44 54
Binary 10011000 10000001 1001000 0 1111 110101 101000 101011 100100 101100

Color Harmonies of #988148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988148

Black with #988148

Text Example


Text Example

White with #988148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988148; }

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

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

background-color css

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

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

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

border-color css

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

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

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