Html Css Color HEX #83AC7C Amulet

📋 copy color: '#83AC7C'

red 131 ◦ green 172 ◦ blue 124

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

Shades of Amulet #83AC7C

Tints of Amulet #83AC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 30.68%
G = 40.28%
B = 29.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#83AC7C (or 0x83AC7C) is known color: Amulet. HEX triplet: 83, AC and 7C. RGB value is (131,172,124). Sum of RGB (Red+Green+Blue) = 131+172+124=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC7C is #7C5383. Grayscale: #9A9A9A. Windows color (decimal): -8147844 or 8170627. OLE color: 8170627.

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

Color convert

RGB 131 172 124 -
CMYK 0.24 0 0.28 0.33
HSL 111.25º 0.22% 0.58% -
HSV(B) 111.25º 0.28% 0.67% -
XYZ 27.75 35.79 24.51 -
YUV 154.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 131 172 124 0.24 0 0.28 0.33 111.25 0.22 0.58
Hex 83 AC 7C 18 0 1C 21 6F 16 3A
Octal 203 254 174 30 0 34 41 157 26 72
Binary 10000011 10101100 1111100 11000 0 11100 100001 1101111 10110 111010

Color Harmonies of #83AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC7C

Black with #83AC7C

Text Example


Text Example

White with #83AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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