#83B478

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

Shades of Amulet #83B478

Tints of Amulet #83B478

Color information

#83B478 (or 0x83B478) is unknown color: approx Amulet. HEX triplet: 83, B4 and 78. RGB value is (131,180,120). Sum of RGB (Red+Green+Blue) = 131+180+120=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #83B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B478 is #7C4B87. Grayscale: #9E9E9E. Windows color (decimal): -8145800 or 7910531. OLE color: 7910531.

HSL color Cylindrical-coordinate representation of color #83B478: hue angle of 109º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B478 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB131180120-
CMYK0.2700.330.29
HSL109º28.57%58.82%-
HSV(B)109º33.33%70.59%-
XYZ29.0738.8223.73-
YUV158.51106.27108.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=30.39%
G=41.76%
B=27.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801200.2700.330.2910928.5758.82
Hex83B4781B0211D6d1d3b
Octal20326417033041351553573
Binary1000001110110100111100011011010000111101110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,120); }

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

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

 a { background-color: rgb(131,180,120); }

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

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

 span { border-color: rgb(131,180,120); }

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