Html Css Color HEX #998150 Muesli

📋 copy color: '#998150'

red 153 ◦ green 129 ◦ blue 80

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

Shades of Muesli #998150

Tints of Muesli #998150

RGB

 RED value IS 153 (60.16% from 255) = 42.27%

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 42.27%
G = 35.64%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#998150 (or 0x998150) is known color: Muesli. HEX triplet: 99, 81 and 50. RGB value is (153,129,80). Sum of RGB (Red+Green+Blue) = 153+129+80=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998150 is #667EAF. Grayscale: #828282. Windows color (decimal): -6717104 or 5276057. OLE color: 5276057.

HSL color Cylindrical-coordinate representation of color #998150: hue angle of 40.27º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #998150 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 80 -
CMYK 0 0.16 0.48 0.4
HSL 40.27º 0.31% 0.46% -
HSV(B) 40.27º 0.48% 0.6% -
XYZ 22.44 23.05 10.86 -
YUV 130.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 153 129 80 0 0.16 0.48 0.4 40.27 0.31 0.46
Hex 99 81 50 0 10 30 28 28 1F 2E
Octal 231 201 120 0 20 60 50 50 37 56
Binary 10011001 10000001 1010000 0 10000 110000 101000 101000 11111 101110

Color Harmonies of #998150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998150

Black with #998150

Text Example


Text Example

White with #998150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998150; }

 p { color: rgb(153,129,80); }

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

background-color css

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

 a { background-color: rgb(153,129,80); }

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

border-color css

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

 span { border-color: rgb(153,129,80); }

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