Html Css Color HEX #988356 Muesli

📋 copy color: '#988356'

red 152 ◦ green 131 ◦ blue 86

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

Shades of Muesli #988356

Tints of Muesli #988356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 41.19%
G = 35.5%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#988356 (or 0x988356) is known color: Muesli. HEX triplet: 98, 83 and 56. RGB value is (152,131,86). Sum of RGB (Red+Green+Blue) = 152+131+86=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988356 is #677CA9. Grayscale: #848484. Windows color (decimal): -6782122 or 5669784. OLE color: 5669784.

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

Color convert

RGB 152 131 86 -
CMYK 0 0.14 0.43 0.40
HSL 40.91º 0.28% 0.47% -
HSV(B) 40.91º 0.43% 0.6% -
XYZ 22.74 23.58 12.16 -
YUV 132.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 152 131 86 0 0.14 0.43 0.40 40.91 0.28 0.47
Hex 98 83 56 0 E 2B 28 29 1C 2F
Octal 230 203 126 0 16 53 50 51 34 57
Binary 10011000 10000011 1010110 0 1110 101011 101000 101001 11100 101111

Color Harmonies of #988356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988356

Black with #988356

Text Example


Text Example

White with #988356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988356; }

 p { color: rgb(152,131,86); }

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

background-color css

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

 a { background-color: rgb(152,131,86); }

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

border-color css

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

 span { border-color: rgb(152,131,86); }

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