Html Css Color HEX #987D45 Muesli

📋 copy color: '#987D45'

red 152 ◦ green 125 ◦ blue 69

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

Shades of Muesli #987D45

Tints of Muesli #987D45

RGB

 RED value IS 152 (59.77% from 255) = 43.93%

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 43.93%
G = 36.13%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#987D45 (or 0x987D45) is known color: Muesli. HEX triplet: 98, 7D and 45. RGB value is (152,125,69). Sum of RGB (Red+Green+Blue) = 152+125+69=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D45 is #6782BA. Grayscale: #7E7E7E. Windows color (decimal): -6783675 or 4554136. OLE color: 4554136.

HSL color Cylindrical-coordinate representation of color #987D45: hue angle of 40.48º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987D45 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 69 -
CMYK 0 0.18 0.55 0.40
HSL 40.48º 0.38% 0.43% -
HSV(B) 40.48º 0.55% 0.6% -
XYZ 21.36 21.77 8.71 -
YUV 126.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 152 125 69 0 0.18 0.55 0.40 40.48 0.38 0.43
Hex 98 7D 45 0 12 37 28 28 26 2B
Octal 230 175 105 0 22 67 50 50 46 53
Binary 10011000 1111101 1000101 0 10010 110111 101000 101000 100110 101011

Color Harmonies of #987D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D45

Black with #987D45

Text Example


Text Example

White with #987D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987D45; }

 p { color: rgb(152,125,69); }

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

background-color css

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

 a { background-color: rgb(152,125,69); }

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

border-color css

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

 span { border-color: rgb(152,125,69); }

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