Html Css Color HEX #83AF72 Amulet

📋 copy color: '#83AF72'

red 131 ◦ green 175 ◦ blue 114

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

Shades of Amulet #83AF72

Tints of Amulet #83AF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 31.19%
G = 41.67%
B = 27.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#83AF72 (or 0x83AF72) is known color: Amulet. HEX triplet: 83, AF and 72. RGB value is (131,175,114). Sum of RGB (Red+Green+Blue) = 131+175+114=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF72 is #7C508D. Grayscale: #9B9B9B. Windows color (decimal): -8147086 or 7516035. OLE color: 7516035.

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

Color convert

RGB 131 175 114 -
CMYK 0.25 0 0.35 0.31
HSL 103.28º 0.28% 0.57% -
HSV(B) 103.28º 0.35% 0.69% -
XYZ 27.73 36.7 21.54 -
YUV 154.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 131 175 114 0.25 0 0.35 0.31 103.28 0.28 0.57
Hex 83 AF 72 19 0 23 1F 67 1C 39
Octal 203 257 162 31 0 43 37 147 34 71
Binary 10000011 10101111 1110010 11001 0 100011 11111 1100111 11100 111001

Color Harmonies of #83AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF72

Black with #83AF72

Text Example


Text Example

White with #83AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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