Html Css Color HEX #988258 Muesli

📋 copy color: '#988258'

red 152 ◦ green 130 ◦ blue 88

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

Shades of Muesli #988258

Tints of Muesli #988258

RGB

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

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

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

R = 41.08%
G = 35.14%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988258 (or 0x988258) is known color: Muesli. HEX triplet: 98, 82 and 58. RGB value is (152,130,88). Sum of RGB (Red+Green+Blue) = 152+130+88=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988258 is #677DA7. Grayscale: #838383. Windows color (decimal): -6782376 or 5800600. OLE color: 5800600.

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

Color convert

RGB 152 130 88 -
CMYK 0 0.14 0.42 0.40
HSL 39.38º 0.27% 0.47% -
HSV(B) 39.38º 0.42% 0.6% -
XYZ 22.69 23.35 12.54 -
YUV 131.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 152 130 88 0 0.14 0.42 0.40 39.38 0.27 0.47
Hex 98 82 58 0 E 2A 28 27 1B 2F
Octal 230 202 130 0 16 52 50 47 33 57
Binary 10011000 10000010 1011000 0 1110 101010 101000 100111 11011 101111

Color Harmonies of #988258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988258

Black with #988258

Text Example


Text Example

White with #988258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988258; }

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

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

background-color css

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

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

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

border-color css

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

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

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