Html Css Color HEX #9A8A58 Muesli

📋 copy color: '#9A8A58'

red 154 ◦ green 138 ◦ blue 88

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

Shades of Muesli #9A8A58

Tints of Muesli #9A8A58

RGB

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

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

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

R = 40.53%
G = 36.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A8A58 (or 0x9A8A58) is known color: Muesli. HEX triplet: 9A, 8A and 58. RGB value is (154,138,88). Sum of RGB (Red+Green+Blue) = 154+138+88=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A58 is #6575A7. Grayscale: #898989. Windows color (decimal): -6649256 or 5802650. OLE color: 5802650.

HSL color Cylindrical-coordinate representation of color #9A8A58: hue angle of 45.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A8A58 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 138 88 -
CMYK 0 0.10 0.43 0.40
HSL 45.45º 0.27% 0.47% -
HSV(B) 45.45º 0.43% 0.6% -
XYZ 24.18 25.75 12.93 -
YUV 137.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 154 138 88 0 0.10 0.43 0.40 45.45 0.27 0.47
Hex 9A 8A 58 0 A 2B 28 2D 1B 2F
Octal 232 212 130 0 12 53 50 55 33 57
Binary 10011010 10001010 1011000 0 1010 101011 101000 101101 11011 101111

Color Harmonies of #9A8A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8A58

Black with #9A8A58

Text Example


Text Example

White with #9A8A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,138,88); }

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

background-color css

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

 a { background-color: rgb(154,138,88); }

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

border-color css

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

 span { border-color: rgb(154,138,88); }

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