Html Css Color HEX #83AC7D Amulet

📋 copy color: '#83AC7D'

red 131 ◦ green 172 ◦ blue 125

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

Shades of Amulet #83AC7D

Tints of Amulet #83AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

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

R = 30.61%
G = 40.19%
B = 29.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#83AC7D (or 0x83AC7D) is known color: Amulet. HEX triplet: 83, AC and 7D. RGB value is (131,172,125). Sum of RGB (Red+Green+Blue) = 131+172+125=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC7D is #7C5382. Grayscale: #9A9A9A. Windows color (decimal): -8147843 or 8236163. OLE color: 8236163.

HSL color Cylindrical-coordinate representation of color #83AC7D: hue angle of 112.34º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83AC7D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 125 -
CMYK 0.24 0 0.27 0.33
HSL 112.34º 0.22% 0.58% -
HSV(B) 112.34º 0.27% 0.67% -
XYZ 27.81 35.81 24.85 -
YUV 154.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 131 172 125 0.24 0 0.27 0.33 112.34 0.22 0.58
Hex 83 AC 7D 18 0 1B 21 70 16 3A
Octal 203 254 175 30 0 33 41 160 26 72
Binary 10000011 10101100 1111101 11000 0 11011 100001 1110000 10110 111010

Color Harmonies of #83AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC7D

Black with #83AC7D

Text Example


Text Example

White with #83AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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