Html Css Color HEX #8C9981 Amulet

📋 copy color: '#8C9981'

red 140 ◦ green 153 ◦ blue 129

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

Shades of Amulet #8C9981

Tints of Amulet #8C9981

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 33.18%
G = 36.26%
B = 30.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#8C9981 (or 0x8C9981) is known color: Amulet. HEX triplet: 8C, 99 and 81. RGB value is (140,153,129). Sum of RGB (Red+Green+Blue) = 140+153+129=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9981 is #73667E. Grayscale: #929292. Windows color (decimal): -7562879 or 8493452. OLE color: 8493452.

HSL color Cylindrical-coordinate representation of color #8C9981: hue angle of 92.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C9981 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 129 -
CMYK 0.08 0 0.16 0.4
HSL 92.5º 0.11% 0.55% -
HSV(B) 92.5º 0.16% 0.6% -
XYZ 26.17 29.94 25.17 -
YUV 146.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 140 153 129 0.08 0 0.16 0.4 92.5 0.11 0.55
Hex 8C 99 81 8 0 10 28 5C B 37
Octal 214 231 201 10 0 20 50 134 13 67
Binary 10001100 10011001 10000001 1000 0 10000 101000 1011100 1011 110111

Color Harmonies of #8C9981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9981

Black with #8C9981

Text Example


Text Example

White with #8C9981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9981; }

 p { color: rgb(140,153,129); }

 H1.HeaderClassName
 {
   color: #8C9981;
 }
 .AnyTagClassName
 {
   color: #8C9981;
 }
</style>

background-color css

<style>
 a { background-color: #8C9981; }

 a { background-color: rgb(140,153,129); }

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

border-color css

<style>
 span { border-color: #8C9981; }

 span { border-color: rgb(140,153,129); }

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