Html Css Color HEX #83AF6D Amulet

📋 copy color: '#83AF6D'

red 131 ◦ green 175 ◦ blue 109

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

Shades of Amulet #83AF6D

Tints of Amulet #83AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 31.57%
G = 42.17%
B = 26.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#83AF6D (or 0x83AF6D) is known color: Amulet. HEX triplet: 83, AF and 6D. RGB value is (131,175,109). Sum of RGB (Red+Green+Blue) = 131+175+109=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF6D is #7C5092. Grayscale: #9A9A9A. Windows color (decimal): -8147091 or 7188355. OLE color: 7188355.

HSL color Cylindrical-coordinate representation of color #83AF6D: hue angle of 100º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83AF6D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 109 -
CMYK 0.25 0 0.38 0.31
HSL 100º 0.29% 0.56% -
HSV(B) 100º 0.38% 0.69% -
XYZ 27.45 36.59 20.08 -
YUV 154.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 131 175 109 0.25 0 0.38 0.31 100 0.29 0.56
Hex 83 AF 6D 19 0 26 1F 64 1D 38
Octal 203 257 155 31 0 46 37 144 35 70
Binary 10000011 10101111 1101101 11001 0 100110 11111 1100100 11101 111000

Color Harmonies of #83AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF6D

Black with #83AF6D

Text Example


Text Example

White with #83AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,109); }

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

background-color css

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

 a { background-color: rgb(131,175,109); }

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

border-color css

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

 span { border-color: rgb(131,175,109); }

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