#83B875

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

Shades of Amulet #83B875

Tints of Amulet #83B875

Color information

#83B875 (or 0x83B875) is unknown color: approx Amulet. HEX triplet: 83, B8 and 75. RGB value is (131,184,117). Sum of RGB (Red+Green+Blue) = 131+184+117=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #83B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B875 is #7C478A. Grayscale: #A0A0A0. Windows color (decimal): -8144779 or 7714947. OLE color: 7714947.

HSL color Cylindrical-coordinate representation of color #83B875: hue angle of 107.46º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83B875 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB131184117-
CMYK0.2900.360.28
HSL107.46º32.06%59.02%-
HSV(B)107.46º36.41%72.16%-
XYZ29.7140.3923.06-
YUV160.51103.44106.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=30.32%
G=42.59%
B=27.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311841170.2900.360.28107.4632.0659.02
Hex83B8751D0241C6b203b
Octal20327016535044341534073
Binary10000011101110001110101111010100100111001101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B875; }

 p { color: rgb(131,184,117); }

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

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

 a { background-color: rgb(131,184,117); }

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

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

 span { border-color: rgb(131,184,117); }

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