Html Css Color HEX #83AE6F Amulet

📋 copy color: '#83AE6F'

red 131 ◦ green 174 ◦ blue 111

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

Shades of Amulet #83AE6F

Tints of Amulet #83AE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 31.49%
G = 41.83%
B = 26.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#83AE6F (or 0x83AE6F) is known color: Amulet. HEX triplet: 83, AE and 6F. RGB value is (131,174,111). Sum of RGB (Red+Green+Blue) = 131+174+111=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE6F is #7C5190. Grayscale: #9A9A9A. Windows color (decimal): -8147345 or 7319171. OLE color: 7319171.

HSL color Cylindrical-coordinate representation of color #83AE6F: hue angle of 100.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83AE6F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 111 -
CMYK 0.25 0 0.36 0.32
HSL 100.95º 0.28% 0.56% -
HSV(B) 100.95º 0.36% 0.68% -
XYZ 27.37 36.25 20.59 -
YUV 153.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 131 174 111 0.25 0 0.36 0.32 100.95 0.28 0.56
Hex 83 AE 6F 19 0 24 20 65 1C 38
Octal 203 256 157 31 0 44 40 145 34 70
Binary 10000011 10101110 1101111 11001 0 100100 100000 1100101 11100 111000

Color Harmonies of #83AE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE6F

Black with #83AE6F

Text Example


Text Example

White with #83AE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,111); }

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

background-color css

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

 a { background-color: rgb(131,174,111); }

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

border-color css

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

 span { border-color: rgb(131,174,111); }

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