Html Css Color HEX #83A37B Amulet

📋 copy color: '#83A37B'

red 131 ◦ green 163 ◦ blue 123

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

Shades of Amulet #83A37B

Tints of Amulet #83A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 31.41%
G = 39.09%
B = 29.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#83A37B (or 0x83A37B) is known color: Amulet. HEX triplet: 83, A3 and 7B. RGB value is (131,163,123). Sum of RGB (Red+Green+Blue) = 131+163+123=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #83A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A37B is #7C5C84. Grayscale: #959595. Windows color (decimal): -8150149 or 8102787. OLE color: 8102787.

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

Color convert

RGB 131 163 123 -
CMYK 0.20 0 0.25 0.36
HSL 108º 0.18% 0.56% -
HSV(B) 108º 0.25% 0.64% -
XYZ 26.03 32.45 23.63 -
YUV 148.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 131 163 123 0.20 0 0.25 0.36 108 0.18 0.56
Hex 83 A3 7B 14 0 19 24 6C 12 38
Octal 203 243 173 24 0 31 44 154 22 70
Binary 10000011 10100011 1111011 10100 0 11001 100100 1101100 10010 111000

Color Harmonies of #83A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A37B

Black with #83A37B

Text Example


Text Example

White with #83A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,123); }

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

background-color css

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

 a { background-color: rgb(131,163,123); }

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

border-color css

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

 span { border-color: rgb(131,163,123); }

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