Html Css Color HEX #9B8A56 Muesli

📋 copy color: '#9B8A56'

red 155 ◦ green 138 ◦ blue 86

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

Shades of Muesli #9B8A56

Tints of Muesli #9B8A56

RGB

 RED value IS 155 (60.94% from 255) = 40.9%

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 40.9%
G = 36.41%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8A56 (or 0x9B8A56) is known color: Muesli. HEX triplet: 9B, 8A and 56. RGB value is (155,138,86). Sum of RGB (Red+Green+Blue) = 155+138+86=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A56 is #6475A9. Grayscale: #898989. Windows color (decimal): -6583722 or 5671579. OLE color: 5671579.

HSL color Cylindrical-coordinate representation of color #9B8A56: hue angle of 45.22º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B8A56 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 138 86 -
CMYK 0 0.11 0.45 0.39
HSL 45.22º 0.29% 0.47% -
HSV(B) 45.22º 0.45% 0.61% -
XYZ 24.29 25.82 12.51 -
YUV 137.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 155 138 86 0 0.11 0.45 0.39 45.22 0.29 0.47
Hex 9B 8A 56 0 B 2D 27 2D 1D 2F
Octal 233 212 126 0 13 55 47 55 35 57
Binary 10011011 10001010 1010110 0 1011 101101 100111 101101 11101 101111

Color Harmonies of #9B8A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A56

Black with #9B8A56

Text Example


Text Example

White with #9B8A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,138,86); }

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

background-color css

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

 a { background-color: rgb(155,138,86); }

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

border-color css

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

 span { border-color: rgb(155,138,86); }

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