#8C9B83

Color #8C9B83 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #8C9B83

Tints of Amulet #8C9B83

Color information

#8C9B83 (or 0x8C9B83) is unknown color: approx Amulet. HEX triplet: 8C, 9B and 83. RGB value is (140,155,131). Sum of RGB (Red+Green+Blue) = 140+155+131=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9B83 is #73647C. Grayscale: #939393. Windows color (decimal): -7562365 or 8625036. OLE color: 8625036.

HSL color Cylindrical-coordinate representation of color #8C9B83: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C9B83 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB140155131-
CMYK0.1000.150.39
HSL97.5º10.71%56.08%-
HSV(B)97.5º15.48%60.78%-
XYZ26.6330.6625.99-
YUV147.78118.53122.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.86%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=32.86%
G=36.38%
B=30.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401551310.1000.150.3997.510.7156.08
Hex8C9B83A0F2761b38
Octal21423320312017471411370
Binary10001100100110111000001110100111110011111000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C9B83;
 }
 .AnyTagClassName
 {
   color: #8C9B83;
 }
</style>
background-color css

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

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

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

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

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

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