Html Css Color HEX #83AF6E Amulet

📋 copy color: '#83AF6E'

red 131 ◦ green 175 ◦ blue 110

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

Shades of Amulet #83AF6E

Tints of Amulet #83AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 31.49%
G = 42.07%
B = 26.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#83AF6E (or 0x83AF6E) is known color: Amulet. HEX triplet: 83, AF and 6E. RGB value is (131,175,110). Sum of RGB (Red+Green+Blue) = 131+175+110=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF6E is #7C5091. Grayscale: #9A9A9A. Windows color (decimal): -8147090 or 7253891. OLE color: 7253891.

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

Color convert

RGB 131 175 110 -
CMYK 0.25 0 0.37 0.31
HSL 100.62º 0.29% 0.56% -
HSV(B) 100.62º 0.37% 0.69% -
XYZ 27.5 36.61 20.37 -
YUV 154.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 131 175 110 0.25 0 0.37 0.31 100.62 0.29 0.56
Hex 83 AF 6E 19 0 25 1F 65 1D 38
Octal 203 257 156 31 0 45 37 145 35 70
Binary 10000011 10101111 1101110 11001 0 100101 11111 1100101 11101 111000

Color Harmonies of #83AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF6E

Black with #83AF6E

Text Example


Text Example

White with #83AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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