Html Css Color HEX #9A8950 Muesli

📋 copy color: '#9A8950'

red 154 ◦ green 137 ◦ blue 80

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

Shades of Muesli #9A8950

Tints of Muesli #9A8950

RGB

 RED value IS 154 (60.55% from 255) = 41.51%

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 41.51%
G = 36.93%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A8950 (or 0x9A8950) is known color: Muesli. HEX triplet: 9A, 89 and 50. RGB value is (154,137,80). Sum of RGB (Red+Green+Blue) = 154+137+80=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8950 is #6576AF. Grayscale: #878787. Windows color (decimal): -6649520 or 5278106. OLE color: 5278106.

HSL color Cylindrical-coordinate representation of color #9A8950: hue angle of 46.22º degrees, saturation: 0.32, 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 #9A8950 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 137 80 -
CMYK 0 0.11 0.48 0.40
HSL 46.22º 0.32% 0.46% -
HSV(B) 46.22º 0.48% 0.6% -
XYZ 23.72 25.34 11.23 -
YUV 135.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 154 137 80 0 0.11 0.48 0.40 46.22 0.32 0.46
Hex 9A 89 50 0 B 30 28 2E 20 2E
Octal 232 211 120 0 13 60 50 56 40 56
Binary 10011010 10001001 1010000 0 1011 110000 101000 101110 100000 101110

Color Harmonies of #9A8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8950

Black with #9A8950

Text Example


Text Example

White with #9A8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8950; }

 p { color: rgb(154,137,80); }

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

background-color css

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

 a { background-color: rgb(154,137,80); }

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

border-color css

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

 span { border-color: rgb(154,137,80); }

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