Html Css Color HEX #8C9982 Amulet

📋 copy color: '#8C9982'

red 140 ◦ green 153 ◦ blue 130

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

Shades of Amulet #8C9982

Tints of Amulet #8C9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 33.1%
G = 36.17%
B = 30.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#8C9982 (or 0x8C9982) is known color: Amulet. HEX triplet: 8C, 99 and 82. RGB value is (140,153,130). Sum of RGB (Red+Green+Blue) = 140+153+130=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9982 is #73667D. Grayscale: #929292. Windows color (decimal): -7562878 or 8558988. OLE color: 8558988.

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

Color convert

RGB 140 153 130 -
CMYK 0.08 0 0.15 0.4
HSL 93.91º 0.1% 0.55% -
HSV(B) 93.91º 0.15% 0.6% -
XYZ 26.24 29.97 25.52 -
YUV 146.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 140 153 130 0.08 0 0.15 0.4 93.91 0.1 0.55
Hex 8C 99 82 8 0 F 28 5E A 37
Octal 214 231 202 10 0 17 50 136 12 67
Binary 10001100 10011001 10000010 1000 0 1111 101000 1011110 1010 110111

Color Harmonies of #8C9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9982

Black with #8C9982

Text Example


Text Example

White with #8C9982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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