#869882

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

Shades of Amulet #869882

Tints of Amulet #869882

Color information

#869882 (or 0x869882) is unknown color: approx Amulet. HEX triplet: 86, 98 and 82. RGB value is (134,152,130). Sum of RGB (Red+Green+Blue) = 134+152+130=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #869882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869882 is #79677D. Grayscale: #909090. Windows color (decimal): -7956350 or 8558726. OLE color: 8558726.

HSL color Cylindrical-coordinate representation of color #869882: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869882 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB134152130-
CMYK0.1200.140.40
HSL109.09º9.65%55.29%-
HSV(B)109.09º14.47%59.61%-
XYZ25.0929.1425.42-
YUV144.11120.04120.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=32.21%
G=36.54%
B=31.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521300.1200.140.40109.099.6555.29
Hex869882C0E286da37
Octal20623020214016501551267
Binary10000110100110001000001011000111010100011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869882; }

 p { color: rgb(134,152,130); }

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

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

 a { background-color: rgb(134,152,130); }

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

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

 span { border-color: rgb(134,152,130); }

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