Html Css Color HEX #988450 Muesli

📋 copy color: '#988450'

red 152 ◦ green 132 ◦ blue 80

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

Shades of Muesli #988450

Tints of Muesli #988450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 41.76%
G = 36.26%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988450 (or 0x988450) is known color: Muesli. HEX triplet: 98, 84 and 50. RGB value is (152,132,80). Sum of RGB (Red+Green+Blue) = 152+132+80=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988450 is #677BAF. Grayscale: #848484. Windows color (decimal): -6781872 or 5276824. OLE color: 5276824.

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

Color convert

RGB 152 132 80 -
CMYK 0 0.13 0.47 0.40
HSL 43.33º 0.31% 0.45% -
HSV(B) 43.33º 0.47% 0.6% -
XYZ 22.65 23.76 10.98 -
YUV 132.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 152 132 80 0 0.13 0.47 0.40 43.33 0.31 0.45
Hex 98 84 50 0 D 2F 28 2B 1F 2D
Octal 230 204 120 0 15 57 50 53 37 55
Binary 10011000 10000100 1010000 0 1101 101111 101000 101011 11111 101101

Color Harmonies of #988450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988450

Black with #988450

Text Example


Text Example

White with #988450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988450; }

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

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

background-color css

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

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

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

border-color css

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

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

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