Html Css Color HEX #988250 Muesli

📋 copy color: '#988250'

red 152 ◦ green 130 ◦ blue 80

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

Shades of Muesli #988250

Tints of Muesli #988250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 41.99%
G = 35.91%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988250 (or 0x988250) is known color: Muesli. HEX triplet: 98, 82 and 50. RGB value is (152,130,80). Sum of RGB (Red+Green+Blue) = 152+130+80=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #988250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988250 is #677DAF. Grayscale: #838383. Windows color (decimal): -6782384 or 5276312. OLE color: 5276312.

HSL color Cylindrical-coordinate representation of color #988250: hue angle of 41.67º 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 #988250 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 80 -
CMYK 0 0.14 0.47 0.40
HSL 41.67º 0.31% 0.45% -
HSV(B) 41.67º 0.47% 0.6% -
XYZ 22.38 23.22 10.89 -
YUV 130.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 152 130 80 0 0.14 0.47 0.40 41.67 0.31 0.45
Hex 98 82 50 0 E 2F 28 2A 1F 2D
Octal 230 202 120 0 16 57 50 52 37 55
Binary 10011000 10000010 1010000 0 1110 101111 101000 101010 11111 101101

Color Harmonies of #988250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988250

Black with #988250

Text Example


Text Example

White with #988250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988250; }

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

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

background-color css

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

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

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

border-color css

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

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

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