Html Css Color HEX #83B47A Amulet

📋 copy color: '#83B47A'

red 131 ◦ green 180 ◦ blue 122

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

Shades of Amulet #83B47A

Tints of Amulet #83B47A

RGB

 RED value IS 131 (51.56% from 255) = 30.25%

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 30.25%
G = 41.57%
B = 28.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#83B47A (or 0x83B47A) is known color: Amulet. HEX triplet: 83, B4 and 7A. RGB value is (131,180,122). Sum of RGB (Red+Green+Blue) = 131+180+122=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #83B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B47A is #7C4B85. Grayscale: #9E9E9E. Windows color (decimal): -8145798 or 8041603. OLE color: 8041603.

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

Color convert

RGB 131 180 122 -
CMYK 0.27 0 0.32 0.29
HSL 110.69º 0.28% 0.59% -
HSV(B) 110.69º 0.32% 0.71% -
XYZ 29.19 38.87 24.38 -
YUV 158.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 131 180 122 0.27 0 0.32 0.29 110.69 0.28 0.59
Hex 83 B4 7A 1B 0 20 1D 6F 1C 3B
Octal 203 264 172 33 0 40 35 157 34 73
Binary 10000011 10110100 1111010 11011 0 100000 11101 1101111 11100 111011

Color Harmonies of #83B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B47A

Black with #83B47A

Text Example


Text Example

White with #83B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83B47A;
 }
 .AnyTagClassName
 {
   color: #83B47A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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