Html Css Color HEX #83A87D Amulet

📋 copy color: '#83A87D'

red 131 ◦ green 168 ◦ blue 125

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

Shades of Amulet #83A87D

Tints of Amulet #83A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 30.9%
G = 39.62%
B = 29.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#83A87D (or 0x83A87D) is known color: Amulet. HEX triplet: 83, A8 and 7D. RGB value is (131,168,125). Sum of RGB (Red+Green+Blue) = 131+168+125=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #83A87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A87D is #7C5782. Grayscale: #989898. Windows color (decimal): -8148867 or 8235139. OLE color: 8235139.

HSL color Cylindrical-coordinate representation of color #83A87D: hue angle of 111.63º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83A87D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 125 -
CMYK 0.22 0 0.26 0.34
HSL 111.63º 0.2% 0.57% -
HSV(B) 111.63º 0.26% 0.66% -
XYZ 27.06 34.31 24.6 -
YUV 152.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 131 168 125 0.22 0 0.26 0.34 111.63 0.2 0.57
Hex 83 A8 7D 16 0 1A 22 70 14 39
Octal 203 250 175 26 0 32 42 160 24 71
Binary 10000011 10101000 1111101 10110 0 11010 100010 1110000 10100 111001

Color Harmonies of #83A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A87D

Black with #83A87D

Text Example


Text Example

White with #83A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,125); }

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

background-color css

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

 a { background-color: rgb(131,168,125); }

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

border-color css

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

 span { border-color: rgb(131,168,125); }

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