Html Css Color HEX #8C9983 Amulet

📋 copy color: '#8C9983'

red 140 ◦ green 153 ◦ blue 131

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

Shades of Amulet #8C9983

Tints of Amulet #8C9983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 33.02%
G = 36.08%
B = 30.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#8C9983 (or 0x8C9983) is known color: Amulet. HEX triplet: 8C, 99 and 83. RGB value is (140,153,131). Sum of RGB (Red+Green+Blue) = 140+153+131=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9983 is #73667C. Grayscale: #929292. Windows color (decimal): -7562877 or 8624524. OLE color: 8624524.

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

Color convert

RGB 140 153 131 -
CMYK 0.08 0 0.14 0.4
HSL 95.45º 0.1% 0.56% -
HSV(B) 95.45º 0.14% 0.6% -
XYZ 26.3 30 25.88 -
YUV 146.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 140 153 131 0.08 0 0.14 0.4 95.45 0.1 0.56
Hex 8C 99 83 8 0 E 28 5F A 38
Octal 214 231 203 10 0 16 50 137 12 70
Binary 10001100 10011001 10000011 1000 0 1110 101000 1011111 1010 111000

Color Harmonies of #8C9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9983

Black with #8C9983

Text Example


Text Example

White with #8C9983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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