Html Css Color HEX #988458 Muesli

📋 copy color: '#988458'

red 152 ◦ green 132 ◦ blue 88

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

Shades of Muesli #988458

Tints of Muesli #988458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 88 (34.77% from 255) = 23.66%

R = 40.86%
G = 35.48%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988458 (or 0x988458) is known color: Muesli. HEX triplet: 98, 84 and 58. RGB value is (152,132,88). Sum of RGB (Red+Green+Blue) = 152+132+88=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #988458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988458 is #677BA7. Grayscale: #858585. Windows color (decimal): -6781864 or 5801112. OLE color: 5801112.

HSL color Cylindrical-coordinate representation of color #988458: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988458 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 88 -
CMYK 0 0.13 0.42 0.40
HSL 41.25º 0.27% 0.47% -
HSV(B) 41.25º 0.42% 0.6% -
XYZ 22.96 23.88 12.63 -
YUV 132.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 152 132 88 0 0.13 0.42 0.40 41.25 0.27 0.47
Hex 98 84 58 0 D 2A 28 29 1B 2F
Octal 230 204 130 0 15 52 50 51 33 57
Binary 10011000 10000100 1011000 0 1101 101010 101000 101001 11011 101111

Color Harmonies of #988458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988458

Black with #988458

Text Example


Text Example

White with #988458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988458; }

 p { color: rgb(152,132,88); }

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

background-color css

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

 a { background-color: rgb(152,132,88); }

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

border-color css

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

 span { border-color: rgb(152,132,88); }

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