Html Css Color HEX #9C8950 Muesli

📋 copy color: '#9C8950'

red 156 ◦ green 137 ◦ blue 80

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

Shades of Muesli #9C8950

Tints of Muesli #9C8950

RGB

 RED value IS 156 (61.33% from 255) = 41.82%

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

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

R = 41.82%
G = 36.73%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C8950 (or 0x9C8950) is known color: Muesli. HEX triplet: 9C, 89 and 50. RGB value is (156,137,80). Sum of RGB (Red+Green+Blue) = 156+137+80=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8950 is #6376AF. Grayscale: #888888. Windows color (decimal): -6518448 or 5278108. OLE color: 5278108.

HSL color Cylindrical-coordinate representation of color #9C8950: hue angle of 45º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C8950 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 80 -
CMYK 0 0.12 0.49 0.39
HSL 45º 0.32% 0.46% -
HSV(B) 45º 0.49% 0.61% -
XYZ 24.1 25.54 11.25 -
YUV 136.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 156 137 80 0 0.12 0.49 0.39 45 0.32 0.46
Hex 9C 89 50 0 C 31 27 2D 20 2E
Octal 234 211 120 0 14 61 47 55 40 56
Binary 10011100 10001001 1010000 0 1100 110001 100111 101101 100000 101110

Color Harmonies of #9C8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8950

Black with #9C8950

Text Example


Text Example

White with #9C8950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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