Html Css Color HEX #988054 Muesli

📋 copy color: '#988054'

red 152 ◦ green 128 ◦ blue 84

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

Shades of Muesli #988054

Tints of Muesli #988054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 41.76%
G = 35.16%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988054 (or 0x988054) is known color: Muesli. HEX triplet: 98, 80 and 54. RGB value is (152,128,84). Sum of RGB (Red+Green+Blue) = 152+128+84=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988054 is #677FAB. Grayscale: #828282. Windows color (decimal): -6782892 or 5537944. OLE color: 5537944.

HSL color Cylindrical-coordinate representation of color #988054: hue angle of 38.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988054 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 84 -
CMYK 0 0.16 0.45 0.40
HSL 38.82º 0.29% 0.46% -
HSV(B) 38.82º 0.45% 0.6% -
XYZ 22.27 22.75 11.61 -
YUV 130.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 152 128 84 0 0.16 0.45 0.40 38.82 0.29 0.46
Hex 98 80 54 0 10 2D 28 27 1D 2E
Octal 230 200 124 0 20 55 50 47 35 56
Binary 10011000 10000000 1010100 0 10000 101101 101000 100111 11101 101110

Color Harmonies of #988054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988054

Black with #988054

Text Example


Text Example

White with #988054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988054; }

 p { color: rgb(152,128,84); }

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

background-color css

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

 a { background-color: rgb(152,128,84); }

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

border-color css

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

 span { border-color: rgb(152,128,84); }

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